diff options
Diffstat (limited to 'abs/extra/iw')
-rw-r--r-- | abs/extra/iw/PKGBUILD | 10 | ||||
-rw-r--r-- | abs/extra/iw/__changelog | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/abs/extra/iw/PKGBUILD b/abs/extra/iw/PKGBUILD index ed927b0..48da071 100644 --- a/abs/extra/iw/PKGBUILD +++ b/abs/extra/iw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 159175 2012-05-17 10:12:16Z thomas $ +# $Id: PKGBUILD 195909 2013-10-05 07:30:47Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.4 +pkgver=3.11 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") @@ -10,8 +10,8 @@ url="http://wireless.kernel.org/en/users/Documentation/iw" license=("GPL") depends=("libnl") makedepends=("linux-api-headers") -source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('989b5677588e32de6eda97bf978810b366a7620f78f26f9cc61c15bdb434218a') +source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff') build() { cd "$srcdir"/$pkgname-$pkgver @@ -20,5 +20,5 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install } diff --git a/abs/extra/iw/__changelog b/abs/extra/iw/__changelog index 9723f2f..2f6d9a5 100644 --- a/abs/extra/iw/__changelog +++ b/abs/extra/iw/__changelog @@ -1 +1,4 @@ -linux-api-headers +no changes, but version.c needs to be createdoutside of our git +copy to /tmp +makepkg +copy srcdir back |