summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2022-11-23 21:28:08 -0800
committerDerek J. Clark2022-11-23 21:28:08 -0800
commit4fba71fc46ac0ae6c122580b16bcead2aa8b073a (patch)
treecd0e4d0a80b5118d2ab382edbdaa19c88ca6faf5
parentf338cb5f511b02e99941f941cbfcd576195dfad9 (diff)
downloadaur-4fba71fc46ac0ae6c122580b16bcead2aa8b073a.tar.gz
GPD WinMax2 support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 389dc3b0f3d4..b57a8cbc8bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handygccs-git
pkgdesc = Handheld Game Console Controller Support.
- pkgver = 22.11.r110.54c68f5
+ pkgver = 22.11.r111.432a8e1
pkgrel = 1
url = https://github.com/ShadowBlip/HandyGCCS
arch = any
@@ -10,7 +10,7 @@ pkgbase = handygccs-git
depends = python-evdev
depends = dbus-python
depends = python-bmi160-i2c
- source = HandyGCCS::git+https://github.com/ShadowBlip/HandyGCCS.git#tag=54c68f5eaf8d190b3020226576c6f1960852c33f
+ source = HandyGCCS::git+https://github.com/ShadowBlip/HandyGCCS.git#tag=432a8e1c27539dbc91e030eac22b308411221c9d
sha256sums = SKIP
pkgname = handygccs-git
diff --git a/PKGBUILD b/PKGBUILD
index a50cd0406d2b..29d0b3c4a317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=handygccs-git
_gitdir=HandyGCCS
-pkgver=22.11.r110.54c68f5
+pkgver=22.11.r111.432a8e1
pkgrel=1
pkgdesc="Handheld Game Console Controller Support."
arch=('any')
@@ -11,7 +11,7 @@ groups=()
depends=('python' 'python-evdev' 'dbus-python' 'python-bmi160-i2c')
optdepends=()
makedepends=('git')
-_tag=54c68f5eaf8d190b3020226576c6f1960852c33f
+_tag=432a8e1c27539dbc91e030eac22b308411221c9d
source=("${_gitdir}::git+https://github.com/ShadowBlip/${_gitdir}.git#tag=${_tag}")
sha256sums=('SKIP')
pkgver() {