diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-14 10:49:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-14 10:49:22 -0300 |
commit | 6b82531c7cd628b3abbec5cf7b63b5dd41bafa22 (patch) | |
tree | 74ea8a80de3c9acb8a8d71e1fb228873af04ba37 /cross/mips-linux-api-headers | |
parent | ebf07becb8601529398326043e0030cc5150f8d2 (diff) |
Work done so far, decided to follow crosstool-ng log
Diffstat (limited to 'cross/mips-linux-api-headers')
-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") |