summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-02-28 09:48:28 +1000
committerMark Blakeney2017-02-28 09:48:28 +1000
commit4527e20e368b986b1c6b525024ac2823550c7e4b (patch)
tree5f83e552fb430963394c2d74ce898bf44d001f41
parent7977ef6969c06cf153be223ead9dc2144b4a345f (diff)
downloadaur-4527e20e368b986b1c6b525024ac2823550c7e4b.tar.gz
Update to 2.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e64e76a3c5..ce0ff8432700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 03:37:56 UTC 2017
+# Mon Feb 27 23:48:19 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.17
+ pkgver = 2.18
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.17.tar.gz
- md5sums = 3c37574b96c654a20480d179154907e4
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.18.tar.gz
+ md5sums = a3c1a2af09e20c0a3e430ebafa491d50
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index ce4c05136e86..bd685079c8ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.17
+pkgver=2.18
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=('3c37574b96c654a20480d179154907e4')
+md5sums=('a3c1a2af09e20c0a3e430ebafa491d50')
package() {
cd "$pkgname-$pkgver"