summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-10-20 14:20:48 +0200
committerfrostworx2021-10-20 14:20:48 +0200
commit6eff1a91f9fd85265208fb98b122114d1c33cd34 (patch)
tree35b9cee2b87422427987265dd9c513055cb972e2
parent5050204d6944bf7bee3f622526bed5561293668f (diff)
downloadaur-6eff1a91f9fd85265208fb98b122114d1c33cd34.tar.gz
removed some no longer required (opt)depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4c6551db5b4..67335916de52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.18.307_r86.ffafdb4
+ pkgver = 6.18.320_r478.f1c4905
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -11,7 +11,6 @@ pkgbase = steamtinkerlaunch-git
depends = unzip
depends = vim
depends = wget
- depends = which
depends = xdotool
depends = xorg-xprop
depends = xorg-xrandr
@@ -36,7 +35,6 @@ pkgbase = steamtinkerlaunch-git
optdepends = usbutils: optional for a quick VR HMD presence check
optdepends = jq: optional for extracting game names from the steam api
optdepends = rsync: optional for backing up steamuser files from proton games
- optdepends = openssl: optional for generating a random hex string for Non-Steam games
optdepends = imagemagick: optional to scale a custom installed game header picture and for converting game icons
optdepends = p7zip: optional for extracting SpecialK archives
provides = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index a263284ef921..f20562576caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch-git
-pkgver=6.18.307_r86.ffafdb4
+pkgver=6.18.320_r478.f1c4905
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
license=('GPL3')
-depends=('bash' 'procps-ng' 'unzip' 'vim' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bash' 'procps-ng' 'unzip' 'vim' 'wget' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
makedepends=('git')
optdepends=(
'strace: write a strace log of the launched game'
@@ -30,7 +30,6 @@ optdepends=(
'usbutils: optional for a quick VR HMD presence check'
'jq: optional for extracting game names from the steam api'
'rsync: optional for backing up steamuser files from proton games'
- 'openssl: optional for generating a random hex string for Non-Steam games'
'imagemagick: optional to scale a custom installed game header picture and for converting game icons'
'p7zip: optional for extracting SpecialK archives'
)