summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-07-04 12:59:14 +1000
committerMark Blakeney2017-07-04 12:59:14 +1000
commita8344d71c9efb8a049cce0065d42770c8bef3d5b (patch)
tree3150752ebc7e475ba8616eea02dc2c50f4d7db2c
parentff377aeff536a7d640242870aa4f2845c67f0aff (diff)
downloadaur-a8344d71c9efb8a049cce0065d42770c8bef3d5b.tar.gz
Update to 2.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a04cdda97e..14cae95e3f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 2 00:22:43 UTC 2017
+# Tue Jul 4 02:58:29 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.25
+ pkgver = 2.26
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -16,8 +16,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.25.tar.gz
- md5sums = 434f6aa9a6fd867725f9807671db3b34
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.26.tar.gz
+ md5sums = 4fe14a7ad6ebee676053fa102b9f442f
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index b7a3676e890f..7fe02118240b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.25
+pkgver=2.26
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=('434f6aa9a6fd867725f9807671db3b34')
+md5sums=('4fe14a7ad6ebee676053fa102b9f442f')
package() {
cd "$pkgname-$pkgver"