summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/linux-libre-api-headers/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/linux-libre-api-headers/PKGBUILD b/libre/linux-libre-api-headers/PKGBUILD
index 393f6cfe1..95a9574c8 100644
--- a/libre/linux-libre-api-headers/PKGBUILD
+++ b/libre/linux-libre-api-headers/PKGBUILD
@@ -7,15 +7,16 @@
# parabola changes and rationale (based on core/linux-api-headers):
# - changing upstream source url to linux-libre
+# - change arch from (any) to explicit list, since headers differ across arches
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
pkgname=linux-libre-api-headers
pkgver=4.15.2_gnu
_basever=${pkgver%.*_gnu}
-pkgrel=1.1
+pkgrel=1.2
pkgdesc='Kernel headers sanitized for use in userspace'
-arch=(any)
+arch=(x86_64 i686 armv7h)
url='http://www.gnu.org/software/libc'
license=(GPL2)
provides=("linux-api-headers=${pkgver%_*}")