summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14cae95e3f1b..aecce0fd0d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 4 02:58:29 UTC 2017
+# Sun Jul 16 01:56:57 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.26
+ pkgver = 2.27
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.26.tar.gz
- md5sums = 4fe14a7ad6ebee676053fa102b9f442f
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.27.tar.gz
+ md5sums = 23273e74046671d6aceb7aa4293a0858
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 7fe02118240b..339367d0420d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.26
+pkgver=2.27
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=('4fe14a7ad6ebee676053fa102b9f442f')
+md5sums=('23273e74046671d6aceb7aa4293a0858')
package() {
cd "$pkgname-$pkgver"