summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2022-04-19 19:42:59 +0200
committerfrostworx2022-04-19 19:42:59 +0200
commit4d44d96d29d113b735d5420ee0354fe062f93647 (patch)
treea005666034936b0998c76809a24b9930eec7f2b1
parentfd3ab9d7cc542a45feb53bed5a7f36a91125ca89 (diff)
downloadaur-4d44d96d29d113b735d5420ee0354fe062f93647.tar.gz
added xdg-utils as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b8a9a4616d0..45bae8341c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 9.2_r673.60b1a16
+ pkgver = 9.3_r735.872e222
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -39,6 +39,7 @@ pkgbase = steamtinkerlaunch-git
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
+ optdepends = xdg-utils: optional for opening game paths
provides = steamtinkerlaunch
conflicts = steamtinkerlaunch
source = git+https://github.com/frostworx/steamtinkerlaunch.git
diff --git a/PKGBUILD b/PKGBUILD
index 17b1d4bdb829..a917c6abfed8 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=9.2_r673.60b1a16
+pkgver=9.3_r735.872e222
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -34,6 +34,7 @@ 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'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")