summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-08-20 08:07:51 +0200
committerfrostworx2021-08-20 08:07:51 +0200
commit59197df65047ef169d121f90cd581621e2ff1788 (patch)
tree55176d9f18720779552bafbf6407025ce648962c
parent74440956f6db388261e386a45bb5f1ab0f691c76 (diff)
downloadaur-59197df65047ef169d121f90cd581621e2ff1788.tar.gz
added vim to depends - using xxd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1710f23e527..f212f07f6175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch-git
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.15_r361.c61081c
+ pkgver = 6.15_r372.eb93522
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -9,6 +9,7 @@ pkgbase = steamtinkerlaunch-git
depends = bash
depends = procps-ng
depends = unzip
+ depends = vim
depends = wget
depends = which
depends = xdotool
diff --git a/PKGBUILD b/PKGBUILD
index 5efec637f787..1a9b27a1b4f3 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.15_r361.c61081c
+pkgver=6.15_r372.eb93522
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' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bash' 'procps-ng' 'unzip' 'vim' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
makedepends=('git')
optdepends=(
'strace: write a strace log of the launched game'