summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-03-03 17:53:36 -0800
committerDerek J. Clark2023-03-03 17:53:36 -0800
commit429d41f57598a311f12cfce8af7eaca2febc7f91 (patch)
treed2a8306fddf9b9c29fd3f816ae1003bed1dff5f1
parenteca833954c5532cbbac41467f05cc278b240416c (diff)
downloadaur-429d41f57598a311f12cfce8af7eaca2febc7f91.tar.gz
Fix bug with sleep button
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593dabf5f4a6..3bd56670cfb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handygccs-git
pkgdesc = Handheld Game Console Controller Support.
- pkgver = 23.03.r123.49aa0a0
+ pkgver = 23.03.r127.bdf37c4
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=49aa0a04bf503c67188500286fa47edfc8c89eaa
+ source = HandyGCCS::git+https://github.com/ShadowBlip/HandyGCCS.git#tag=bdf37c47a0063dd5924574db35f0f1336aa64cb7
sha256sums = SKIP
pkgname = handygccs-git
diff --git a/PKGBUILD b/PKGBUILD
index c3bf476a3e86..51b4da9fd568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=handygccs-git
_gitdir=HandyGCCS
-pkgver=23.03.r123.49aa0a0
+pkgver=23.03.r127.bdf37c4
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=49aa0a04bf503c67188500286fa47edfc8c89eaa
+_tag=bdf37c47a0063dd5924574db35f0f1336aa64cb7
source=("${_gitdir}::git+https://github.com/ShadowBlip/${_gitdir}.git#tag=${_tag}")
sha256sums=('SKIP')
pkgver() {