summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-10-23 13:55:51 +1000
committerMark Blakeney2016-10-23 13:55:51 +1000
commitce9ba9421c6af943865c3bbec7f6c76357232511 (patch)
treeca7e31008a52ea49201f903e4e96c1af270e239a
parentce59f07d50b954e1d0c575bd9fd87a9811986443 (diff)
downloadaur-ce9ba9421c6af943865c3bbec7f6c76357232511.tar.gz
Update to 2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4883ce15a6c..b3000818c4de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 00:54:48 UTC 2016
+# Sun Oct 23 03:55:30 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -14,8 +14,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.6.tar.gz
- md5sums = 2aa4473df8e65857cb9967f1b1f980d2
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.7.tar.gz
+ md5sums = 28eb7be997e10c7922bbae814cc0c705
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 952dda36095a..df9233c3b436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.6
+pkgver=2.7
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=('2aa4473df8e65857cb9967f1b1f980d2')
+md5sums=('28eb7be997e10c7922bbae814cc0c705')
package() {
cd "$pkgname-$pkgver"