summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-06-19 19:58:36 -0700
committerWilliam Edwards2023-06-19 19:58:36 -0700
commite985612d3080570a82dc19225c6f2e1d89fabecc (patch)
tree53ff03287b6715e744b17e5759acc051e9082685
parent9b8bf4e3be1e4b3fb3204e7efa608919111a8528 (diff)
downloadaur-e985612d3080570a82dc19225c6f2e1d89fabecc.tar.gz
Upgrade to v0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222681969aac..b19a4fa01af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opengamepadui-bin
pkgdesc = Open source game launcher
- pkgver = v0.13.4
+ pkgver = v0.14.0
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = opengamepadui-bin
optdepends = bubblewrap
provides = opengamepadui
conflicts = opengamepadui-git
- source = opengamepadui-v0.13.4.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v0.13.4/opengamepadui.tar.gz
- sha256sums = fef76eb52bb45bd1051805a831ea21ff43eb34bcd96c5e9e00fa6f91b7fc2fce
+ source = opengamepadui-v0.14.0.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v0.14.0/opengamepadui.tar.gz
+ sha256sums = 26177e329a51adf0dc76a7d6304012e5742a249b43b8332973fe6be45654a80c
pkgname = opengamepadui-bin
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 4ffa520cf35e..92673ba8256d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=opengamepadui-bin
_pkgbase=opengamepadui
-pkgver=v0.13.4
+pkgver=v0.14.0
pkgrel=1
pkgdesc="Open source game launcher"
arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('opengamepadui')
conflicts=('opengamepadui-git')
source=(opengamepadui-$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/$pkgver/opengamepadui.tar.gz)
-sha256sums=('fef76eb52bb45bd1051805a831ea21ff43eb34bcd96c5e9e00fa6f91b7fc2fce')
+sha256sums=('26177e329a51adf0dc76a7d6304012e5742a249b43b8332973fe6be45654a80c')
prepare() {
cd "$srcdir/${_pkgbase}"