summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-11-18 20:44:53 +0100
committerGordian Edenhofer2020-11-18 20:44:53 +0100
commitc27c4efab3973ac5fc2d929b1daa2e88c618a591 (patch)
treea9dc3b9a55fa81dde807fbe2b6fe4e2c2d211e5d
parent11b26e01bb56250e104811ac643d3ad0fcd2b48c (diff)
downloadaur-c27c4efab3973ac5fc2d929b1daa2e88c618a591.tar.gz
upgpkg: libinput-gestures-git r218.f701a8f-1
-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}")