summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-06-02 09:52:33 -0700
committerWilliam Edwards2023-06-02 09:52:33 -0700
commit67f79d3116666ca0a1aca19206af5074bf3cd15e (patch)
tree5b380edd70c4264458ca6fb70b10a66de3c83c91
parentcdf71245ab508e5b0c91340f2d596b6e2d565685 (diff)
downloadaur-67f79d3116666ca0a1aca19206af5074bf3cd15e.tar.gz
Update to v0.13.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ea2403ca50b..daa5be14a908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opengamepadui-git
pkgdesc = Open source game launcher
- pkgver = v0.13.0.r0.g0554ebc
+ pkgver = v0.13.1.r0.g05b532b
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=0554ebc7cba937d3a868522779efdff0b64afb63
+ source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=05b532b82b306e3e4fd6584e7f3e07528a6a8564
sha256sums = SKIP
pkgname = opengamepadui-git
diff --git a/PKGBUILD b/PKGBUILD
index 28d13d70a7f5..a785d089229e 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.0.r0.g0554ebc
+pkgver=v0.13.1.r0.g05b532b
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=0554ebc7cba937d3a868522779efdff0b64afb63
+_tag=05b532b82b306e3e4fd6584e7f3e07528a6a8564
source=("${_pkgbase}::git+https://github.com/ShadowBlip/${_pkgbase}.git#tag=${_tag}")
sha256sums=('SKIP')