summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostwork2020-11-04 11:48:39 +0100
committerfrostwork2020-11-04 11:48:39 +0100
commit1a492bef25c484f6f082d2f167c159644359d9d8 (patch)
treea2b4ab4d683d74de6f3006453c32c314cb913690
parent87aca9860157d4000822ef6659951596f73f6df6 (diff)
downloadaur-1a492bef25c484f6f082d2f167c159644359d9d8.tar.gz
update to v2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0631f4a1e8..8640e53e13fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -36,8 +36,8 @@ pkgbase = steamtinkerlaunch
optdepends = cabextract: optional for extracting the wmp10 setup archive
optdepends = usbutils: optional for a quick VR HMD presence check
optdepends = jq: optional for extracting game names from the steam api
- source = steamtinkerlaunch-2.6.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.6.0.tar.gz
- sha256sums = e4bbfb7948b68e8bedeceadf4e058c0bb5144c5e4af644f6451e57a80f260034
+ source = steamtinkerlaunch-2.7.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.7.0.tar.gz
+ sha256sums = 9a1635f4cc08c07ca8b2e58ac2332d3b5b2f76e001c09093aaba78538ef4b9b8
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index ba1cb9c9e8f1..751b4df65807 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.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e4bbfb7948b68e8bedeceadf4e058c0bb5144c5e4af644f6451e57a80f260034')
+sha256sums=('9a1635f4cc08c07ca8b2e58ac2332d3b5b2f76e001c09093aaba78538ef4b9b8')
package() {
cd "$srcdir/$pkgname-${pkgver}"