summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-03-16 07:15:54 +0100
committerfrostworx2021-03-16 07:15:54 +0100
commitd5f495413fc4c0cdda161e88baf22b264d0a985f (patch)
treec1d438ce6eb4adbc215f486a477b99d7754bdd96
parent300d578ac8b43549cc9c91ef888eb1dbe9fc6ff0 (diff)
downloadaur-d5f495413fc4c0cdda161e88baf22b264d0a985f.tar.gz
update to v4.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59de068c6bb0..d67338ab84e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 3.9
- pkgrel = 2
+ pkgver = 4.0
+ pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -37,8 +37,9 @@ pkgbase = steamtinkerlaunch
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 = rsync: optional for backing up steamuser files from proton games
- source = steamtinkerlaunch-3.9.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v3.9.tar.gz
- sha256sums = 13ac663f4d71ca7250989073fa54857eb3ae59d90e2eec1fe392e4aaf84ddb5e
+ optdepends = openssl: optional for generating a random hex string for Non-Steam games
+ source = steamtinkerlaunch-4.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v4.0.tar.gz
+ sha256sums = b88cd2425f123657ca6f3a716929d50208bc351e31fdb2ce9a4ce3a78ad12df5
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 6242f95eb948..233bed6022d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
-pkgver=3.9
-pkgrel=2
+pkgver=4.0
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -30,10 +30,11 @@ optdepends=(
'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'
'rsync: optional for backing up steamuser files from proton games'
+ 'openssl: optional for generating a random hex string for Non-Steam games'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('13ac663f4d71ca7250989073fa54857eb3ae59d90e2eec1fe392e4aaf84ddb5e')
+sha256sums=('b88cd2425f123657ca6f3a716929d50208bc351e31fdb2ce9a4ce3a78ad12df5')
package() {
cd "$srcdir/$pkgname-${pkgver}"