diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 22:44:55 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 23:06:16 +0100 |
| commit | c967cbeb7cdc4fe2cb6d360d809b2a5122d7214b (patch) | |
| tree | e3b62451301b1df88d24ef7bdeb3c08d7d30a263 | |
| parent | 300b97f0b5a611d788ffed3cbdcbb1d3282556c7 (diff) | |
| download | aports-c967cbeb7cdc4fe2cb6d360d809b2a5122d7214b.tar.bz2 aports-c967cbeb7cdc4fe2cb6d360d809b2a5122d7214b.tar.xz | |
main/iw: upgrade to 5.4
| -rw-r--r-- | main/iw/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD index ace354f5cf..b7dfb14df9 100644 --- a/main/iw/APKBUILD +++ b/main/iw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iw -pkgver=5.3 +pkgver=5.4 pkgrel=0 pkgdesc="nl80211 based CLI configuration utility for wireless devices" url="https://wireless.kernel.org/en/users/Documentation/iw" @@ -8,17 +8,15 @@ arch="all" license="ISC" makedepends="libnl3-dev linux-headers" subpackages="$pkgname-doc" -source="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://www.kernel.org/pub/software/network/iw/iw-$pkgver.tar.xz" options="!check" # no test suite -build () { - cd "$builddir" +build() { make V=1 } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="986fb7cf37cc3cab7b4058b5b73fadf1dc101fa764a144c9e4fc400d2327429df53fefbd4ea9ee63821e793a4118d468012a857800521ecf9973a7b9428229c9 iw-5.3.tar.xz" +sha512sums="84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2 iw-5.4.tar.xz" |
