summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-06-29 14:18:24 +0200
committerfrostworx2021-06-29 14:18:24 +0200
commit80b28e653096237e1dd690a3d778ca9594c14446 (patch)
tree19724da37cb2fc35667a65aa146e69fc03ed51e8
parent12622ea32d3d9f96e9a0b6cad45d14da75147038 (diff)
downloadaur-80b28e653096237e1dd690a3d778ca9594c14446.tar.gz
removed cabextract as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed42eff3c077..cdf9f7a45c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.8.9_r327.77069b3
+ pkgver = 6.11_r335.93e81b9
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -31,7 +31,6 @@ pkgbase = steamtinkerlaunch-git
optdepends = gameconqueror: for optional cheating
optdepends = gamescope: for optional GameScope support
optdepends = libnotify: for optional Notifier
- optdepends = cabextract: optional for extracting the wmp10 setup archive
optdepends = innoextract: optional for extracting the Cheat Engine setup archive
optdepends = usbutils: optional for a quick VR HMD presence check
optdepends = jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions
diff --git a/PKGBUILD b/PKGBUILD
index d71ad91b39a6..11797df1792e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch-git
-pkgver=6.8.9_r327.77069b3
+pkgver=6.11_r335.93e81b9
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -27,7 +27,6 @@ optdepends=(
'gameconqueror: for optional cheating'
'gamescope: for optional GameScope support'
'libnotify: for optional Notifier'
- 'cabextract: optional for extracting the wmp10 setup archive'
'innoextract: optional for extracting the Cheat Engine setup archive'
'usbutils: optional for a quick VR HMD presence check'
'jq: optional for extracting game names from the steam api and for sorting available Lutris Wine Versions'