summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-29 08:43:50 +0200
committerfrostworx2020-09-29 08:43:50 +0200
commit58d36d495ad7129515ffad5e2bcf7e94bd3f76c0 (patch)
tree2b0964f49747f2e7fbe287a3e0e24e8aef297c76
parent3f88f3af9d1154e1d7d36d05cb2db4aad5b797c4 (diff)
downloadaur-58d36d495ad7129515ffad5e2bcf7e94bd3f76c0.tar.gz
update to v2.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f850937f4c..983ebc2a70f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.0.6
- pkgrel = 3
+ pkgver = 2.0.7
+ pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -31,8 +31,8 @@ pkgbase = steamtinkerlaunch
optdepends = yad: for the optional Settings Menu
optdepends = zenity: optional for the Editor Dialog
optdepends = xorg-xrandr: optional for automatic resolution detection
- source = steamtinkerlaunch-2.0.6.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.6.tar.gz
- sha256sums = 728a949f62883a8a531b0bba31ee451b1120abc5c1fb3d426b441b583550e4e0
+ source = steamtinkerlaunch-2.0.7.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.7.tar.gz
+ sha256sums = e86b96f7dcc5f09147d3e6ac4afa002b079d9e3e031ee9fefd268d2d103219ed
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 4ea639e4f11f..7bde6cad1f6e 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.0.6
-pkgrel=3
+pkgver=2.0.7
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -40,7 +40,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('728a949f62883a8a531b0bba31ee451b1120abc5c1fb3d426b441b583550e4e0')
+sha256sums=('e86b96f7dcc5f09147d3e6ac4afa002b079d9e3e031ee9fefd268d2d103219ed')
package() {
cd "$srcdir/$pkgname-${pkgver}"