summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2020-07-25 17:12:30 +0200
committerMagnus Boman2020-07-25 17:12:30 +0200
commit8ca07a99fbf7f64cb2ea28093bf8a4f5e0099647 (patch)
treea43a114212f507609aef895ec993657cccd6de46
parent43c1b424e9947760241a4ebfa8d150d9a94651e5 (diff)
downloadaur-8ca07a99fbf7f64cb2ea28093bf8a4f5e0099647.tar.gz
xpadneo-dkms: update to 0.8.2 + signed commit
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c059ec785fc..b2920c60c55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xpadneo-dkms
pkgdesc = Advanced Linux Driver for Xbox One Wireless Gamepad
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://github.com/atar-axis/xpadneo
arch = any
license = GPL
@@ -9,7 +9,8 @@ pkgbase = xpadneo-dkms
depends = dkms
depends = bluez
depends = bluez-utils
- source = git+https://github.com/atar-axis/xpadneo.git#tag=v0.8.1
+ source = git+https://github.com/atar-axis/xpadneo.git#commit=b0e1192f3385e2c9161970b9575ea9f1d930498d?signed
+ validpgpkeys = F846887B36EA14F44D73E668046FAC3028D76321
sha256sums = SKIP
pkgname = xpadneo-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 13b48d1dc585..a5d60a7c6aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Yangtse Su <i@yangtse.me>
pkgname=xpadneo-dkms
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc='Advanced Linux Driver for Xbox One Wireless Gamepad'
arch=(any)
-url='https://github.com/atar-axis/xpadneo'
+url=https://github.com/atar-axis/xpadneo
license=(GPL)
depends=(dkms bluez bluez-utils)
makedepends=(git)
-source=(git+"${url}".git#tag=v"${pkgver}")
+source=(git+"${url}".git#commit=b0e1192f3385e2c9161970b9575ea9f1d930498d?signed) # `git rev-list -n 1 v$pkgver`
+validpgpkeys=(F846887B36EA14F44D73E668046FAC3028D76321) # Kai Krakow
sha256sums=(SKIP)
package() {