summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-08-13 18:31:11 +0200
committerfrostworx2021-08-13 18:31:11 +0200
commitffafdb4c1f102e0b36e037b897775cd584f817dc (patch)
treee76846adf5ae2d8f5a77796e00ddecdf5c54ab14
parentc02a81668bf891e3a6d1601297848291eb538fa4 (diff)
downloadaur-ffafdb4c1f102e0b36e037b897775cd584f817dc.tar.gz
Update to v6.15
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 416f6315476f..0828d4c04522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.13
+ pkgver = 6.15
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -31,15 +31,13 @@ pkgbase = steamtinkerlaunch
optdepends = gameconqueror: for optional cheating
optdepends = gamescope: for optional GameScope support
optdepends = libnotify: for optional Notifier
- optdepends = cabextract: optional for extracting the wmp10 setup archive
optdepends = innoextract: optional for extracting the Cheat Engine setup archive
optdepends = usbutils: optional for a quick VR HMD presence check
- optdepends = jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions
+ optdepends = jq: optional for extracting game names from the steam api
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
- source = steamtinkerlaunch-6.13.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v6.13.tar.gz
- sha256sums = 0c9697ee2cfa264e5c292cb935f9f3b2e3c4dbff64f086955770a323a45f7082
+ source = steamtinkerlaunch-6.15.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v6.15.tar.gz
+ sha256sums = d912b17457646133e62d43695c6ba01ed9234879895f2b2781842ec476fb63da
pkgname = steamtinkerlaunch
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}"