diff options
Diffstat (limited to 'core/iw')
-rw-r--r-- | core/iw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/iw/PKGBUILD b/core/iw/PKGBUILD index 4c8482e6b..e51db25dc 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 177059 2013-02-05 10:01:13Z thomas $ +# $Id: PKGBUILD 177972 2013-02-12 18:00:18Z eric $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw pkgver=3.8 -pkgrel=1 +pkgrel=2 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") 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=('3dae92ca5989cbc21155941fa01907a5536da3c5f6898642440c61484fc7e0f9') +source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('50c07d5fcf38240b3912fb6950f6ec566b8d27c321cbdacc1de53fc3be96af9a') build() { cd "$srcdir"/$pkgname-$pkgver |