summaryrefslogtreecommitdiff
path: root/libre/linux-libre-api-headers
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-14 12:08:04 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-14 12:08:04 +0100
commitade0e9f0512cc5d42cad1f258856446739e64482 (patch)
tree9f14efd2b2c5c8f1718d8e7aec30e91c7cf94d5b /libre/linux-libre-api-headers
parentec524cf5f41b307e6baf14e2eca33d0dd1d5c989 (diff)
libre/linux-libre-api-headers: fixed arch array
Diffstat (limited to 'libre/linux-libre-api-headers')
-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%_*}")