summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2022-01-15 09:28:17 +0100
committerfrostworx2022-01-15 09:28:17 +0100
commit29ae4fcd76480c4d7dbf975f8389bd63d81ac5e3 (patch)
treed41d6e46af7ce9a3eaf62b1c07939d8d03425688
parentc6dffa32e8fc7f7c106bd634126dbb39c4f5f966 (diff)
downloadaur-29ae4fcd76480c4d7dbf975f8389bd63d81ac5e3.tar.gz
update to v9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb54c935a4d2..fca084360240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 8.0
+ pkgver = 9.0
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -37,7 +37,9 @@ pkgbase = steamtinkerlaunch
optdepends = rsync: optional for backing up steamuser files from proton games
optdepends = imagemagick: optional to scale a custom installed game header picture and for converting game icons
optdepends = p7zip: optional for extracting SpecialK archives
- source = steamtinkerlaunch-8.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v8.0.tar.gz
- sha256sums = b9adb81fc747f64415820d578c361f3901deec905d559639f2106e53c4f31929
+ optdepends = pev: optional for extracting data from the game exe
+ optdepends = gdb: optional for starting the game under the debugger gdb
+ source = steamtinkerlaunch-9.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v9.0.tar.gz
+ sha256sums = 8cb7a5fa911517b9503b599064e6b9041a815a0b9de56d7372e62077e3036f1d
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 21d68ec8bada..e9370c7f8a8d 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=8.0
+pkgver=9.0
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -31,10 +31,12 @@ optdepends=(
'rsync: optional for backing up steamuser files from proton games'
'imagemagick: optional to scale a custom installed game header picture and for converting game icons'
'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'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('b9adb81fc747f64415820d578c361f3901deec905d559639f2106e53c4f31929')
+sha256sums=('8cb7a5fa911517b9503b599064e6b9041a815a0b9de56d7372e62077e3036f1d')
package() {
cd "$srcdir/$pkgname-${pkgver}"