summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b51f4d9d9f..7bcc784879ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 26 08:59:06 UTC 2016
+# Sat Nov 12 00:59:02 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -11,11 +11,12 @@ pkgbase = libinput-gestures
depends = python
depends = libinput
depends = xdotool
+ depends = wmctrl
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = https://github.com/bulletmark/libinput-gestures/archive/2.8.tar.gz
- md5sums = 2ed104355031521687aac3300afd0e3b
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.9.tar.gz
+ md5sums = 67d77260a2336218713069a62918e6dd
pkgname = libinput-gestures
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"