diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-14 12:08:04 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-14 12:08:04 +0100 |
commit | ade0e9f0512cc5d42cad1f258856446739e64482 (patch) | |
tree | 9f14efd2b2c5c8f1718d8e7aec30e91c7cf94d5b /libre/linux-libre-api-headers | |
parent | ec524cf5f41b307e6baf14e2eca33d0dd1d5c989 (diff) | |
download | abslibre-ade0e9f0512cc5d42cad1f258856446739e64482.tar.gz abslibre-ade0e9f0512cc5d42cad1f258856446739e64482.tar.bz2 abslibre-ade0e9f0512cc5d42cad1f258856446739e64482.zip |
libre/linux-libre-api-headers: fixed arch array
Diffstat (limited to 'libre/linux-libre-api-headers')
-rw-r--r-- | libre/linux-libre-api-headers/PKGBUILD | 5 |
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%_*}") |