summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-10-22 08:15:36 +1000
committerMark Blakeney2018-10-22 08:15:36 +1000
commit1ca88729db6c55fee12e35428895bed1e1d75751 (patch)
tree07cbe05eeb27d05713b00a2adbe4bfd2d4ca95c3
parentda594801f9830b963fcd26a98c4a495e52281222 (diff)
downloadaur-1ca88729db6c55fee12e35428895bed1e1d75751.tar.gz
Update to 2.39
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4d62c4f43aa..069f1325d098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.38
+ pkgver = 2.39
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
arch = any
license = GPL3
- depends = python
+ depends = python>=3.4
depends = libinput
depends = xdotool
depends = wmctrl
@@ -14,8 +14,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.38.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.38.tar.gz
- md5sums = 3aee42e82cd8223a77d37785e63345e9
+ source = libinput-gestures-2.39.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.39.tar.gz
+ md5sums = eb2ae25178d403ba0be8826c6f3df65b
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index aecc5e6fdd6d..2a483305ff69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.38
+pkgver=2.39
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python" "libinput" "xdotool" "wmctrl" "hicolor-icon-theme")
+depends=("python>=3.4" "libinput" "xdotool" "wmctrl" "hicolor-icon-theme")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('3aee42e82cd8223a77d37785e63345e9')
+md5sums=('eb2ae25178d403ba0be8826c6f3df65b')
package() {
cd "$pkgname-$pkgver"