summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-06-02 20:09:39 -0700
committerDerek J. Clark2023-06-02 20:09:39 -0700
commitb69a33093128681b8e8460f290e3d78b492ee53f (patch)
tree6af96cd29bca8810bf44f2d1f49bac56aec471fe
parent414e03f1d7cb171d1a2dd36c10bd4eeea0e7cc00 (diff)
downloadaur-b69a33093128681b8e8460f290e3d78b492ee53f.tar.gz
Update to v0.13.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c308ab71b4a..22cc4e100757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opengamepadui-git
pkgdesc = Open source game launcher
- pkgver = v0.13.2.r0.g9b67e0a
+ pkgver = v0.13.3.r0.gceb204e
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = opengamepadui-git
optdepends = bubblewrap
provides = opengamepadui
conflicts = opengamepadui-bin
- source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=9b67e0aa4cf9025ee2090eeb892947c9eeb41fd2
+ source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=ceb204e1b0f86338037465e136ef066b4a327cf9
sha256sums = SKIP
pkgname = opengamepadui-git
diff --git a/PKGBUILD b/PKGBUILD
index 8947d7ed01ff..338c9c735b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=opengamepadui-git
_pkgbase=OpenGamepadUI
-pkgver=v0.13.2.r0.g9b67e0a
+pkgver=v0.13.3.r0.gceb204e
pkgrel=1
pkgdesc="Open source game launcher"
arch=('x86_64')
@@ -18,7 +18,7 @@ makedepends=('godot' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
)
provides=('opengamepadui')
conflicts=('opengamepadui-bin')
-_tag=9b67e0aa4cf9025ee2090eeb892947c9eeb41fd2
+_tag=ceb204e1b0f86338037465e136ef066b4a327cf9
source=("${_pkgbase}::git+https://github.com/ShadowBlip/${_pkgbase}.git#tag=${_tag}")
sha256sums=('SKIP')