diff options
author | frostworx | 2021-08-13 18:08:40 +0200 |
---|---|---|
committer | frostworx | 2021-08-13 18:08:40 +0200 |
commit | c8455bdf21f53e4339f750247ff25198e023fdc6 (patch) | |
tree | 3f6407404643d616617b0b11f2dbab29585dd29b /PKGBUILD | |
parent | 80b28e653096237e1dd690a3d778ca9594c14446 (diff) | |
download | aur-c8455bdf21f53e4339f750247ff25198e023fdc6.tar.gz |
removed appinfo-vdf as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,8 @@ # Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com> # 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.11_r335.93e81b9 +pkgver=6.15_r361.c61081c pkgrel=1 pkgdesc="Wrapper script for Steam custom launch options" arch=('any') @@ -29,11 +28,10 @@ optdepends=( 'libnotify: for optional Notifier' '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' + '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' - 'appinfo-vdf: optional for converting the binary appinfo.vdf into a parsable format' ) provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |