summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-04-04 02:28:47 +0200
committerMagnus Boman2021-04-04 02:28:47 +0200
commit4a9405335060991775fab7fa97a9b1168242a0f8 (patch)
tree554bbcd2e7a63330f374f49357aea58f0b6f8aa9
parent8cc51a5d195a25742fce4693ffbe52f418d74d15 (diff)
downloadaur-4a9405335060991775fab7fa97a9b1168242a0f8.tar.gz
upgpkg: xpadneo-dkms 0.9.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b79b7792982..cff1de4ca3fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xpadneo-dkms
pkgdesc = Advanced Linux Driver for Xbox One Wireless Gamepad
- pkgver = 0.9
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/atar-axis/xpadneo
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = xpadneo-dkms
depends = dkms
depends = bluez
depends = bluez-utils
- source = git+https://github.com/atar-axis/xpadneo.git#tag=v0.9
+ source = git+https://github.com/atar-axis/xpadneo.git#tag=v0.9.1
sha256sums = SKIP
pkgname = xpadneo-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 2177501158ff..92dc87f47ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Yangtse Su <i@yangtse.me>
pkgname=xpadneo-dkms
-pkgver=0.9
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc='Advanced Linux Driver for Xbox One Wireless Gamepad'
arch=(any)
url=https://github.com/atar-axis/xpadneo
@@ -15,9 +15,9 @@ sha256sums=('SKIP')
package() {
cd "${pkgname%-*}"
+ cp hid-xpadneo/dkms.conf.in hid-xpadneo/dkms.conf
sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${pkgver}"'"/g' hid-xpadneo/dkms.conf
- sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${pkgver}"'"/g' hid-xpadneo/src/version.h
- sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+ sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_{install,remove}
install -dm755 "${pkgdir}"/usr/src/hid-xpadneo-"${pkgver}"
cp -rv hid-xpadneo/* "${pkgdir}"/usr/src/hid-xpadneo-"${pkgver}"