summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-25 19:13:55 +0200
committerfrostworx2020-09-25 19:13:55 +0200
commitcd9aa119a76cb688bc6cf58510597b9d5aa29539 (patch)
treefdb30c71c3f8c5917c603b31e5c9554e6e85aad0
parent901d9bbc64fb7b86b112aa61acbd1a04e1370465 (diff)
downloadaur-cd9aa119a76cb688bc6cf58510597b9d5aa29539.tar.gz
update to v2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66d7bf44f5dc..4fcc34cb6533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -28,8 +28,8 @@ pkgbase = steamtinkerlaunch
optdepends = gameconqueror: for optional cheating
optdepends = xorg-xprop: for optional window toggle and side-by-side VR
optdepends = gamescope: for optional GameScope support
- source = steamtinkerlaunch-2.0.2.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.2.tar.gz
- sha256sums = 7f7e9e4062db96ebfc4b774379a3b3c640ee376d372663061493fe356f6600c6
+ source = steamtinkerlaunch-2.0.3.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.3.tar.gz
+ sha256sums = 5f7784f805a8ab7d03da0ae1ac2b7997dee4f79b30426dd042ce43d4c3f79e89
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index e9a3f1339eb9..6cc82ae4048c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# 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.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7f7e9e4062db96ebfc4b774379a3b3c640ee376d372663061493fe356f6600c6')
+sha256sums=('5f7784f805a8ab7d03da0ae1ac2b7997dee4f79b30426dd042ce43d4c3f79e89')
package() {
cd "$srcdir/$pkgname-${pkgver}"