summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-10-14 10:55:10 +1000
committerMark Blakeney2016-10-14 10:55:10 +1000
commitce59f07d50b954e1d0c575bd9fd87a9811986443 (patch)
tree886059e053b672aa4da5fba2948e8068bde62482
parenta1b1dbcaff1fb93edba553f66e2091975316b6ef (diff)
downloadaur-ce59f07d50b954e1d0c575bd9fd87a9811986443.tar.gz
Update to 2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673345c575ee..b4883ce15a6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 7 01:31:12 UTC 2016
+# Fri Oct 14 00:54:48 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.5
+ pkgver = 2.6
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.5.tar.gz
- md5sums = 21e59e17105f0cbdcbb1c1e7c28cf1cc
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.6.tar.gz
+ md5sums = 2aa4473df8e65857cb9967f1b1f980d2
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index a5b7bcd15e67..952dda36095a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.5
+pkgver=2.6
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=('21e59e17105f0cbdcbb1c1e7c28cf1cc')
+md5sums=('2aa4473df8e65857cb9967f1b1f980d2')
package() {
cd "$pkgname-$pkgver"