diff options
author | Derek J. Clark | 2023-06-02 20:09:39 -0700 |
---|---|---|
committer | Derek J. Clark | 2023-06-02 20:09:39 -0700 |
commit | b69a33093128681b8e8460f290e3d78b492ee53f (patch) | |
tree | 6af96cd29bca8810bf44f2d1f49bac56aec471fe | |
parent | 414e03f1d7cb171d1a2dd36c10bd4eeea0e7cc00 (diff) | |
download | aur-b69a33093128681b8e8460f290e3d78b492ee53f.tar.gz |
Update to v0.13.3
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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') |