summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-03-30 15:23:05 -0700
committerDerek J. Clark2023-03-30 15:23:05 -0700
commit2e99c8132e96ec3871dd216872e8c52b3d9bf3f4 (patch)
tree612beef7392295cb17e170b916aa638549bb1a36
parentc50f164d1865bb1f4a88fd24ea3f9767bac00565 (diff)
downloadaur-2e99c8132e96ec3871dd216872e8c52b3d9bf3f4.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44ed4a218a1..62669e7c9292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opengamepadui-git
pkgdesc = Open source game launcher
- pkgver = v0.2.1.r5.g1280f97
+ pkgver = v0.3.0.r0.gf30a307
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = opengamepadui-git
depends = networkmanager
provides = opengamepadui
conflicts = opengamepadui-bin
- source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=1280f97001b557122b6b1c8eabc769fc5131a664
+ source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git#tag=f30a3070ef2ba10e778127c25117e884666a6116
sha256sums = SKIP
pkgname = opengamepadui-git
diff --git a/PKGBUILD b/PKGBUILD
index 33ea2fd9fadd..b92c2797aa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=opengamepadui-git
_pkgbase=OpenGamepadUI
-pkgver=v0.2.1.r5.g1280f97
+pkgver=v0.3.0.r0.gf30a307
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=1280f97001b557122b6b1c8eabc769fc5131a664
+_tag=f30a3070ef2ba10e778127c25117e884666a6116
source=("${_pkgbase}::git+https://github.com/ShadowBlip/${_pkgbase}.git#tag=${_tag}")
sha256sums=('SKIP')
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "$srcdir/${_pkgbase}"
- make addons import build
+ make build
}
package() {