summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostwork2020-11-10 16:01:18 +0100
committerfrostwork2020-11-10 16:01:18 +0100
commit26bd760d9fd60c08d9fc5db523c9f2cce2b99adf (patch)
treea7da59957a916b8a096a42062316855ab052479c
parent9b7005a1f1a5bd978722d4ef0abf7f6c424ffae7 (diff)
downloadaur-26bd760d9fd60c08d9fc5db523c9f2cce2b99adf.tar.gz
added new directory
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8640e53e13fa..39d1feb05651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -11,7 +11,6 @@ pkgbase = steamtinkerlaunch
depends = unzip
depends = wget
depends = which
- depends = wmctrl
depends = xdotool
depends = xorg-xprop
depends = xorg-xrandr
@@ -32,12 +31,11 @@ pkgbase = steamtinkerlaunch
optdepends = gameconqueror: for optional cheating
optdepends = gamescope: for optional GameScope support
optdepends = libnotify: for optional Notifier
- optdepends = zenity: optional for the Editor Dialog
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.7.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.7.0.tar.gz
- sha256sums = 9a1635f4cc08c07ca8b2e58ac2332d3b5b2f76e001c09093aaba78538ef4b9b8
+ source = steamtinkerlaunch-2.8.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.8.0.tar.gz
+ sha256sums = 1b9b4f0a1f8cce727d1951d42fcc5a5cad3b44f1cf970607e7eccdadce369086
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index da7f30f95eae..7937065cb8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=2.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -38,7 +38,7 @@ package() {
install -Dm755 stl -t "$pkgdir/usr/bin"
install -d "$pkgdir/usr/share/stl"
- cp -r categories lang misc regs tweaks "$pkgdir/usr/share/stl"
+ cp -r categories lang misc regs reshadepresets tweaks "$pkgdir/usr/share/stl"
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
}