summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-12-02 10:36:16 +0100
committerfrostworx2020-12-02 10:36:16 +0100
commit7ce7ffbcfb5ff6eeea1b0016be12e2812ed4e7be (patch)
treeb154513e9fa26e612a9974ac60c3fcf618d144c6
parent26bd760d9fd60c08d9fc5db523c9f2cce2b99adf (diff)
downloadaur-7ce7ffbcfb5ff6eeea1b0016be12e2812ed4e7be.tar.gz
update to v3.1.335
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d1feb05651..49f14d0dfdcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.8.0
+ pkgver = 3.1.335
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -32,10 +32,11 @@ pkgbase = steamtinkerlaunch
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
- source = steamtinkerlaunch-2.8.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.8.0.tar.gz
- sha256sums = 1b9b4f0a1f8cce727d1951d42fcc5a5cad3b44f1cf970607e7eccdadce369086
+ source = steamtinkerlaunch-3.1.335.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v3.1.335.tar.gz
+ sha256sums = cf4961a42ce747ebd744f91fa5ffd0668a8919ef4ddb8bd2076dff19820c241d
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 7937065cb8ba..c1b9fbc7223c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
-pkgver=2.8.0
-pkgrel=2
+pkgver=3.1.335
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -26,12 +26,13 @@ optdepends=(
'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'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1b9b4f0a1f8cce727d1951d42fcc5a5cad3b44f1cf970607e7eccdadce369086')
+sha256sums=('cf4961a42ce747ebd744f91fa5ffd0668a8919ef4ddb8bd2076dff19820c241d')
package() {
cd "$srcdir/$pkgname-${pkgver}"