summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e79d877b868c..ad2439e2d587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=libinput-gestures-git
_pkgname=libinput-gestures
-pkgver=r129.65ede21
+pkgver=r218.f701a8f
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
arch=('any')
license=('GPL3')
url="https://github.com/bulletmark/libinput-gestures"
-depends=('libinput' 'xdotool' 'python' 'wmctrl' 'hicolor-icon-theme')
+depends=('libinput' 'python' 'hicolor-icon-theme')
+optdepends=('wmctrl: required for `_internal` command, as per default configuration'
+ 'xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps')
makedepends=('git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")