summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2016-11-12 10:59:18 +1000
committerMark Blakeney2016-11-12 10:59:18 +1000
commit0df165495f603e9d4f8ef8d375254cc76127795d (patch)
treef3a21edf1505603ecb0f6869dd4d33d236ac2293 /PKGBUILD
parent9bda364333bc79a93e0d2414b2dfb14e98f15258 (diff)
downloadaur-0df165495f603e9d4f8ef8d375254cc76127795d.tar.gz
Update to 2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1774460fd64f..a208eaf548b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python" "libinput" "xdotool")
+depends=("python" "libinput" "xdotool" "wmctrl")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('2ed104355031521687aac3300afd0e3b')
+md5sums=('67d77260a2336218713069a62918e6dd')
package() {
cd "$pkgname-$pkgver"