summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-10-04 17:45:27 +0200
committerfrostworx2021-10-04 17:45:27 +0200
commit5050204d6944bf7bee3f622526bed5561293668f (patch)
tree0f8437f8df37b5f3e9c8811f119fc33f31147786
parent0fbcc67d3b8f4183856567fc241305ca349384a6 (diff)
downloadaur-5050204d6944bf7bee3f622526bed5561293668f.tar.gz
bump for new optional p7zip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd603f6a98b0..c4c6551db5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.15_r388.527e19e
+ pkgver = 6.18.307_r86.ffafdb4
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -38,6 +38,7 @@ pkgbase = steamtinkerlaunch-git
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 = p7zip: optional for extracting SpecialK archives
provides = steamtinkerlaunch
conflicts = steamtinkerlaunch
source = git+https://github.com/frostworx/steamtinkerlaunch.git
diff --git a/PKGBUILD b/PKGBUILD
index 6fec54e1f645..a263284ef921 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=6.15_r388.527e19e
+pkgver=6.18.307_r86.ffafdb4
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'
'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'
+ 'p7zip: optional for extracting SpecialK archives'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")