diff options
Diffstat (limited to 'cross/mips-linux-api-headers/PKGBUILD')
-rw-r--r-- | cross/mips-linux-api-headers/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cross/mips-linux-api-headers/PKGBUILD b/cross/mips-linux-api-headers/PKGBUILD index 6afe3f2f0..bff8c272b 100644 --- a/cross/mips-linux-api-headers/PKGBUILD +++ b/cross/mips-linux-api-headers/PKGBUILD @@ -8,14 +8,11 @@ _sysroot="/usr/lib/${ARCH}" pkgname=mips-linux-api-headers pkgver=3.1.6 _basekernel=3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Kernel headers sanitized for use in userspace" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc" license=('GPL2') -provides=("kernel-headers=${pkgver}") -conflicts=('kernel-headers') -replaces=('kernel-headers') source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-libre/linux-${_basekernel}-libre.tar.xz" "http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-libre/patch-${_basekernel}-libre-${pkgver}-libre.xz") |