summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-03-08 17:22:08 +1000
committerMark Blakeney2017-03-08 17:22:08 +1000
commite5e430a26fd667314e0fbea2222f50623fd58f59 (patch)
tree25ab1964ede6e92901da8f4209389da789a0a602
parent4527e20e368b986b1c6b525024ac2823550c7e4b (diff)
downloadaur-e5e430a26fd667314e0fbea2222f50623fd58f59.tar.gz
Update to 2.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce0ff8432700..45d18731c6d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 23:48:19 UTC 2017
+# Wed Mar 8 07:21:58 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.18
+ pkgver = 2.19
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -15,8 +15,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = https://github.com/bulletmark/libinput-gestures/archive/2.18.tar.gz
- md5sums = a3c1a2af09e20c0a3e430ebafa491d50
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.19.tar.gz
+ md5sums = 992c212b4ccc8e855ea58da1282296a2
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index bd685079c8ce..dba0a74ff379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.18
+pkgver=2.19
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('a3c1a2af09e20c0a3e430ebafa491d50')
+md5sums=('992c212b4ccc8e855ea58da1282296a2')
package() {
cd "$pkgname-$pkgver"