diff options
Diffstat (limited to 'abs/extra-testing/iw')
-rw-r--r-- | abs/extra-testing/iw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/iw/PKGBUILD b/abs/extra-testing/iw/PKGBUILD index 052e6d0..2f66bdc 100644 --- a/abs/extra-testing/iw/PKGBUILD +++ b/abs/extra-testing/iw/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Baechler <thomas@archlinux.org> pkgname=iw -pkgver=0.9.8 +pkgver=0.9.20 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") @@ -11,10 +11,10 @@ license=("GPL") depends=("libnl") makedepends=("kernel-headers") source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('d39f85e3866b1be5533fe0edce412951') build() { cd $pkgname-$pkgver make || return 1 make DESTDIR=$pkgdir install } +md5sums=('1055799b544b3e08169d155bb6c21bb0') |