diff options
author | Chocobo1 | 2023-04-11 03:21:47 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-11 03:22:07 +0800 |
commit | f448114d8abb6ffab40ce6d94ca674a4e4fd7efe (patch) | |
tree | aab9c11a53a002daf63470f401b5873479063fc9 | |
parent | d2c60ba4edd527b0e9012895ea468399d0becfdc (diff) | |
download | aur-f448114d8abb6ffab40ce6d94ca674a4e4fd7efe.tar.gz |
upgpkg: iw-git 5.19.r5.gd6fd275-1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 13 |
2 files changed, 11 insertions, 9 deletions
@@ -1,19 +1,18 @@ pkgbase = iw-git pkgdesc = A nl80211 based CLI configuration utility for wireless devices - pkgver = 4.9.r11.g8a9e0b3 + pkgver = 5.19.r5.gd6fd275 pkgrel = 1 url = https://wireless.wiki.kernel.org/en/users/Documentation/iw arch = i686 arch = x86_64 - license = Custom + license = custom makedepends = git makedepends = linux-api-headers depends = glibc depends = libnl - provides = iw + provides = iw=5.19.r5.gd6fd275 conflicts = iw source = git+https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git sha256sums = SKIP pkgname = iw-git - @@ -1,15 +1,15 @@ # Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> pkgname=iw-git -pkgver=4.9.r11.g8a9e0b3 +pkgver=5.19.r5.gd6fd275 pkgrel=1 pkgdesc="A nl80211 based CLI configuration utility for wireless devices" arch=('i686' 'x86_64') url="https://wireless.wiki.kernel.org/en/users/Documentation/iw" -license=('Custom') +license=('custom') depends=('glibc' 'libnl') makedepends=('git' 'linux-api-headers') -provides=('iw') +provides=("iw=$pkgver") conflicts=('iw') source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git") sha256sums=('SKIP') @@ -30,6 +30,9 @@ build() { package() { cd "iw" - make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install - install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/iw/COPYING" + make \ + DESTDIR="$pkgdir" \ + SBINDIR="/usr/bin" \ + install + install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/iw" } |