diff options
Diffstat (limited to 'abs/extra/iw')
| -rw-r--r-- | abs/extra/iw/PKGBUILD | 12 | ||||
| -rw-r--r-- | abs/extra/iw/__changelog | 4 | 
2 files changed, 7 insertions, 9 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 diff --git a/abs/extra/iw/__changelog b/abs/extra/iw/__changelog deleted file mode 100644 index 2f6d9a5..0000000 --- a/abs/extra/iw/__changelog +++ /dev/null @@ -1,4 +0,0 @@ -no changes, but version.c needs to be createdoutside of our git -copy to /tmp -makepkg -copy srcdir back  | 
