summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrostworx2021-08-13 18:31:11 +0200
committerfrostworx2021-08-13 18:31:11 +0200
commitffafdb4c1f102e0b36e037b897775cd584f817dc (patch)
treee76846adf5ae2d8f5a77796e00ddecdf5c54ab14 /PKGBUILD
parentc02a81668bf891e3a6d1601297848291eb538fa4 (diff)
downloadaur-ffafdb4c1f102e0b36e037b897775cd584f817dc.tar.gz
Update to v6.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e819e819d711..0be4b0b253cb 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
-pkgver=6.13
+pkgver=6.15
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -25,18 +25,16 @@ optdepends=(
'gameconqueror: for optional cheating'
'gamescope: for optional GameScope support'
'libnotify: for optional Notifier'
- 'cabextract: optional for extracting the wmp10 setup archive'
'innoextract: optional for extracting the Cheat Engine setup archive'
'usbutils: optional for a quick VR HMD presence check'
- 'jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions'
+ 'jq: optional for extracting game names from the steam api'
'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'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0c9697ee2cfa264e5c292cb935f9f3b2e3c4dbff64f086955770a323a45f7082')
+sha256sums=('d912b17457646133e62d43695c6ba01ed9234879895f2b2781842ec476fb63da')
package() {
cd "$srcdir/$pkgname-${pkgver}"