summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:21:47 +0800
committerChocobo12023-04-11 03:22:07 +0800
commitf448114d8abb6ffab40ce6d94ca674a4e4fd7efe (patch)
treeaab9c11a53a002daf63470f401b5873479063fc9
parentd2c60ba4edd527b0e9012895ea468399d0becfdc (diff)
downloadaur-f448114d8abb6ffab40ce6d94ca674a4e4fd7efe.tar.gz
upgpkg: iw-git 5.19.r5.gd6fd275-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc9b293cdb6..0c5d7d7cee26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 5c6cc43b94ca..c63f8e0c4941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}