summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-10-28 16:07:43 +0200
committerfrostworx2021-10-28 16:07:43 +0200
commitcca5561bde2ace11047036d4737be90755087a9a (patch)
treeb58648bb9995332046db281bd3da2cb02b7d1e27
parent95ad2037d0da15ebda526bbddf479b2231eb973e (diff)
downloadaur-cca5561bde2ace11047036d4737be90755087a9a.tar.gz
depends on xxd instead of vim
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f27a4e002fe..b6fdaa417e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = steamtinkerlaunch
depends = git
depends = procps-ng
depends = unzip
- depends = vim
+ depends = xxd
depends = wget
depends = xdotool
depends = xorg-xprop
diff --git a/PKGBUILD b/PKGBUILD
index 11b9029e1e03..2d6dafd2b585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
pkgver=7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
license=('GPL3')
-depends=('bash' 'git' 'procps-ng' 'unzip' 'vim' 'wget' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bash' 'git' 'procps-ng' 'unzip' 'xxd' 'wget' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
optdepends=(
'strace: write a strace log of the launched game'
'gamemode: for using GameMode per game'