summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-06-14 19:09:35 +0200
committerfrostworx2021-06-14 19:09:35 +0200
commit12622ea32d3d9f96e9a0b6cad45d14da75147038 (patch)
tree7ef91a6bd8f39d1f6bf0af1efe6601329759873e
parentead65a8adbf9ff6e0469bc52293069e2081a79a6 (diff)
downloadaur-12622ea32d3d9f96e9a0b6cad45d14da75147038.tar.gz
bumped version and optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca02de29f25d..ed42eff3c077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.8_r293.a9f49c3
+ pkgver = 6.8.9_r327.77069b3
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -37,10 +37,11 @@ pkgbase = steamtinkerlaunch-git
optdepends = jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions
optdepends = rsync: optional for backing up steamuser files from proton games
optdepends = openssl: optional for generating a random hex string for Non-Steam games
+ optdepends = imagemagick: optional to scale a custom installed game header picture and for converting game icons
+ optdepends = appinfo-vdf: optional for converting the binary appinfo.vdf into a parsable format
provides = steamtinkerlaunch
conflicts = steamtinkerlaunch
source = git+https://github.com/frostworx/steamtinkerlaunch.git
sha1sums = SKIP
pkgname = steamtinkerlaunch-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 70ff568b991b..d71ad91b39a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch-git
-pkgver=6.8_r293.a9f49c3
+pkgver=6.8.9_r327.77069b3
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -33,6 +33,8 @@ optdepends=(
'jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions'
'rsync: optional for backing up steamuser files from proton games'
'openssl: optional for generating a random hex string for Non-Steam games'
+ 'imagemagick: optional to scale a custom installed game header picture and for converting game icons'
+ 'appinfo-vdf: optional for converting the binary appinfo.vdf into a parsable format'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")