From b396b301aff378485735f02827377b061fe9130d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Oct 2018 12:27:30 +0200 Subject: made several *-doc packages "any" architecture --- community/glfw/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/glfw/PKGBUILD (limited to 'community/glfw') diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD new file mode 100644 index 00000000..bb9bc52c --- /dev/null +++ b/community/glfw/PKGBUILD @@ -0,0 +1,14 @@ +eval "$( + declare -f package_glfw-x11 | \ + sed ' + 2 a arch=(i486 i686 pentium3 x86_64) + ' + declare -f package_glfw-wayland | \ + sed ' + 2 a arch=(i486 i686 pentium3 x86_64) + ' + declare -f package_glfw-doc | \ + sed ' + 2 a arch=(any) + ' +)" -- cgit v1.2.3