summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffa809e67f20..24ac3cefe2fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -22,8 +22,8 @@ pkgbase = steamtinkerlaunch
optdepends = wmctrl: for optional minimize/maximize of all open windows on game start/stop
optdepends = net-tools: for optional network monitoring
optdepends = boxtron: for optional Boxtron support
- source = https://github.com/frostworx/steamtinkerlaunch/archive/v1.0.1.tar.gz
- md5sums = b47029cc53b2c3cb7289ddf5f3d3e740
+ source = https://github.com/frostworx/steamtinkerlaunch/archive/v1.0.2.tar.gz
+ md5sums = fae4bcf3dac99faa8e5af03fd4bfb957
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 208b033a34ea..5e370fe77e42 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=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
)
source=("https://github.com/frostworx/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('b47029cc53b2c3cb7289ddf5f3d3e740')
+md5sums=('fae4bcf3dac99faa8e5af03fd4bfb957')
package() {
cd "$srcdir/$pkgname-${pkgver}"