summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d368bacc51a..aee0110d8de9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures-git
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = r129.65ede21
+ pkgver = r218.f701a8f
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = libinput-gestures-git.install
@@ -8,11 +8,11 @@ pkgbase = libinput-gestures-git
license = GPL3
makedepends = git
depends = libinput
- depends = xdotool
depends = python
- depends = wmctrl
depends = hicolor-icon-theme
- provides = libinput-gestures=r129.65ede21
+ optdepends = wmctrl: required for `_internal` command, as per default configuration
+ optdepends = xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps
+ provides = libinput-gestures=r218.f701a8f
conflicts = libinput-gestures
backup = etc/libinput-gestures.conf
source = libinput-gestures::git+https://github.com/bulletmark/libinput-gestures
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}")