summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-10-28 16:06:48 +0200
committerfrostworx2021-10-28 16:06:48 +0200
commit888688b9e3d3ad96fe6d023abe73159971fdfe3a (patch)
treeec9d56b7be1cf23087db98ca92749552cf87ddfb
parent66113a3e337a9ff268cc07966fbddec87828709d (diff)
downloadaur-888688b9e3d3ad96fe6d023abe73159971fdfe3a.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 aa840d2c1524..cc680da1934a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 7.0_r513.bfda272
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = steamtinkerlaunch-git
depends = bash
depends = procps-ng
depends = unzip
- depends = vim
+ depends = xxd
depends = wget
depends = xdotool
depends = xorg-xprop
diff --git a/PKGBUILD b/PKGBUILD
index 73ae3e810b82..7aa133596873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch-git
pkgver=7.0_r513.bfda272
-pkgrel=1
+pkgrel=2
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' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bash' 'procps-ng' 'unzip' 'xxd' 'wget' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
makedepends=('git')
optdepends=(
'strace: write a strace log of the launched game'