summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-12-04 16:18:43 +0100
committerfrostworx2021-12-04 16:18:43 +0100
commit17578d10e6a443e28a538fa1584f7931ba8abf66 (patch)
tree94a2dd48959a0aa74b6744813802e55fa8491778
parent4970e1021bc2fa15d076ba22762bc9ac0e8c2907 (diff)
downloadaur-17578d10e6a443e28a538fa1584f7931ba8abf66.tar.gz
bump for optdepend pev
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb96bf97b8d2..9aae1bc945d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 8.0_r541.264268b
+ pkgver = 8.0.202112058.0_r554.84aca65
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -37,6 +37,7 @@ 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
provides = steamtinkerlaunch
conflicts = steamtinkerlaunch
source = git+https://github.com/frostworx/steamtinkerlaunch.git
diff --git a/PKGBUILD b/PKGBUILD
index 52ac799c3808..c6c73ab2e24a 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.0_r541.264268b
+pkgver=8.0.202112058.0_r554.84aca65
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -32,6 +32,7 @@ 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'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")