diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-04 22:14:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-04 22:14:52 (GMT) |
commit | bf0d022b3b95865460af3e5e90a8b7008ff3acf7 (patch) | |
tree | 5c4128bb0a1072fd09689f25b086bcbc881d8f0a /abs/extra/iw/PKGBUILD | |
parent | e15d07b28ec0e10e757a8b2c694d800a3a438615 (diff) | |
download | linhes_pkgbuild-bf0d022b3b95865460af3e5e90a8b7008ff3acf7.zip linhes_pkgbuild-bf0d022b3b95865460af3e5e90a8b7008ff3acf7.tar.gz linhes_pkgbuild-bf0d022b3b95865460af3e5e90a8b7008ff3acf7.tar.bz2 |
iw: update to 4.14
Diffstat (limited to 'abs/extra/iw/PKGBUILD')
-rw-r--r-- | abs/extra/iw/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/abs/extra/iw/PKGBUILD b/abs/extra/iw/PKGBUILD index 48da071..878b5f6 100644 --- a/abs/extra/iw/PKGBUILD +++ b/abs/extra/iw/PKGBUILD @@ -1,17 +1,19 @@ -# $Id: PKGBUILD 195909 2013-10-05 07:30:47Z thomas $ +# $Id$ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.11 +pkgver=4.14 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" -arch=("i686" "x86_64") +arch=("x86_64") url="http://wireless.kernel.org/en/users/Documentation/iw" license=("GPL") depends=("libnl") makedepends=("linux-api-headers") -source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff') +validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg +source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign}) +sha256sums=('f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89' + 'SKIP') build() { cd "$srcdir"/$pkgname-$pkgver |