diff options
author | Derek J. Clark | 2022-11-23 21:28:08 -0800 |
---|---|---|
committer | Derek J. Clark | 2022-11-23 21:28:08 -0800 |
commit | 4fba71fc46ac0ae6c122580b16bcead2aa8b073a (patch) | |
tree | cd0e4d0a80b5118d2ab382edbdaa19c88ca6faf5 | |
parent | f338cb5f511b02e99941f941cbfcd576195dfad9 (diff) | |
download | aur-4fba71fc46ac0ae6c122580b16bcead2aa8b073a.tar.gz |
GPD WinMax2 support
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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() { |