summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2022-01-15 09:36:11 +0100
committerfrostworx2022-01-15 09:36:11 +0100
commit4c1aed56fbd9f0ed6b81234ae6806fe53fd29dd1 (patch)
tree4a0e8ef791a11950a36c9d94ee9175080b2e08db
parent1789e770d7e5bf18b7a42f5d3626db0fe5b490cd (diff)
downloadaur-4c1aed56fbd9f0ed6b81234ae6806fe53fd29dd1.tar.gz
bump to reflect new optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9149686bf1..4fcc5a2952ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 8.1.20211208_r562.2d15471
+ pkgver = 9.0_r637.ca60560
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -37,7 +37,8 @@ pkgbase = steamtinkerlaunch-git
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
- optdepends = pev: optional for extracting data from windows game executables
+ optdepends = pev: optional for extracting data from the game exe
+ optdepends = gdb: optional for starting the game under the debugger gdb
provides = steamtinkerlaunch
conflicts = steamtinkerlaunch
source = git+https://github.com/frostworx/steamtinkerlaunch.git
diff --git a/PKGBUILD b/PKGBUILD
index 8dfd6dafe9d2..8eb8a86aaab3 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-git
-pkgver=8.1.20211208_r562.2d15471
+pkgver=9.0_r637.ca60560
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -32,7 +32,8 @@ 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 windows game executables'
+ 'pev: optional for extracting data from the game exe'
+ 'gdb: optional for starting the game under the debugger gdb'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")