summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2022-04-29 15:50:42 +0200
committerfrostworx2022-04-29 15:50:42 +0200
commit194db81faa905f91b5080496dc37312feb9ca147 (patch)
tree2f491defea8ddbad050621577f5ea502f29db766
parentc6208acba2b0610539e31662f2901660939b0168 (diff)
downloadaur-194db81faa905f91b5080496dc37312feb9ca147.tar.gz
update to v10.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7335a4eb5b9e..d3e1d2636c74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 9.2
+ pkgver = 10.0
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -39,7 +39,8 @@ pkgbase = steamtinkerlaunch
optdepends = p7zip: optional for extracting SpecialK archives
optdepends = pev: optional for extracting data from the game exe
optdepends = gdb: optional for starting the game under the debugger gdb
- source = steamtinkerlaunch-9.2.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v9.2.tar.gz
- sha256sums = c31fc489614ed771ec81f795b6c3c0b5a982206a05b46f3539d4ccd7ab1b48f8
+ optdepends = xdg-utils: optional for opening game paths
+ source = steamtinkerlaunch-10.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v10.0.tar.gz
+ sha256sums = 9337bf239a00c7fe1ccc53b33311391f8bb47b1865d8bbff8b964ade557537b4
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 06081b8c799c..79fdeba6ddbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
-pkgver=9.2
+pkgver=10.0
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -33,10 +33,11 @@ optdepends=(
'p7zip: optional for extracting SpecialK archives'
'pev: optional for extracting data from the game exe'
'gdb: optional for starting the game under the debugger gdb'
+ 'xdg-utils: optional for opening game paths'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c31fc489614ed771ec81f795b6c3c0b5a982206a05b46f3539d4ccd7ab1b48f8')
+sha256sums=('9337bf239a00c7fe1ccc53b33311391f8bb47b1865d8bbff8b964ade557537b4')
package() {
cd "$srcdir/$pkgname-${pkgver}"