summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-02-03 10:54:50 -0800
committerDerek J. Clark2023-02-03 10:54:50 -0800
commit252e515c3e7389ca78d39b551c4657b8802750a4 (patch)
treedb5db5ee50e773774e66f29cefb9ce0f283db0dc
parentb2b508aded160d41d2f76e4a6ae321c7808e0616 (diff)
downloadaur-252e515c3e7389ca78d39b551c4657b8802750a4.tar.gz
Add UInput Virtual Device Passthrough.
Add Mangoapp controls.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c16de3ef602..d3e6cf899a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ogui-git
pkgdesc = Open source game launcher
- pkgver = v0.0.1.r34.g22b9d02
+ pkgver = v0.0.1.r41.g98ae4c4
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = ogui-git
depends = gamescope
depends = ryzenadj-git
provides = ogui
- source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=22b9d028a2f27586f5b4e256c8c578b5bb149a05
+ source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=98ae4c48a409bec8e0a79eae9762074b9fc6bc13
sha256sums = SKIP
pkgname = ogui-git
diff --git a/PKGBUILD b/PKGBUILD
index 44f4ab519d81..202ad699679e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=ogui-git
_pkgbase=OpenGamepadUI
-pkgver=v0.0.1.r34.g22b9d02
+pkgver=v0.0.1.r41.g98ae4c4
pkgrel=1
pkgdesc="Open source game launcher"
arch=('x86_64')
@@ -17,7 +17,7 @@ makedepends=('godot4-bin' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
'unzip' 'wget' 'git'
)
provides=('ogui')
-_tag=22b9d028a2f27586f5b4e256c8c578b5bb149a05
+_tag=98ae4c48a409bec8e0a79eae9762074b9fc6bc13
source=("${_pkgbase}::git+https://github.com/ShadowBlip/${_pkgbase}.git#tag=${_tag}")
sha256sums=('SKIP')