summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-25 14:00:48 +0200
committerfrostworx2020-09-25 14:00:48 +0200
commit901d9bbc64fb7b86b112aa61acbd1a04e1370465 (patch)
treed454d3216dc672f0c4e0653207834f6234babb3e
parent66824b2f5b40e544f7bacebeea121a3608c570ac (diff)
downloadaur-901d9bbc64fb7b86b112aa61acbd1a04e1370465.tar.gz
update to v2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4680e093bb6a..66d7bf44f5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.0.1
+ pkgver = 2.0.2
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.1.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.1.tar.gz
- sha256sums = 0cae7cdb55d528ff7ce96feb96e05a7bd2d16b42e651dff98acc20744629c16b
+ source = steamtinkerlaunch-2.0.2.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.2.tar.gz
+ sha256sums = 7f7e9e4062db96ebfc4b774379a3b3c640ee376d372663061493fe356f6600c6
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index b7fbf8bdc57b..e9a3f1339eb9 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.1
+pkgver=2.0.2
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=('0cae7cdb55d528ff7ce96feb96e05a7bd2d16b42e651dff98acc20744629c16b')
+sha256sums=('7f7e9e4062db96ebfc4b774379a3b3c640ee376d372663061493fe356f6600c6')
package() {
cd "$srcdir/$pkgname-${pkgver}"