summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReik Keutterling2021-04-17 23:15:35 +0200
committerReik Keutterling2021-04-17 23:15:35 +0200
commit43a20d7224276dd588c72542fb53b8123991862b (patch)
treedca4928aab2d127f5c3524df28e27569ea68aca1 /PKGBUILD
parentd0b35405196384fd0f0228e004a01a953bfc7a95 (diff)
downloadaur-43a20d7224276dd588c72542fb53b8123991862b.tar.gz
added dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27024dca4fbf..19ac71574a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=fusuma
pkgname=ruby-$_gemname
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fusuma is multitouch gesture recognizer."
arch=(any)
url="https://github.com/iberianpig/fusuma"
license=(MIT)
-depends=(ruby)
+depends=(ruby ruby-posix-spawn)
optdepends=('xdotool: Used to send shortcuts on Xorg'
'ruby-fusuma-plugin-sendkey: Fusuma plugin that sending virtual keyboard events'
'ruby-fusuma-plugin-keypress: Keypress combination plugin for Fusuma'