summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-12-20 16:47:34 +0800
committerMark Blakeney2016-12-20 16:47:45 +0800
commit2ec7707b114255f81e20026bb58b4ea40c78be7e (patch)
treebf9165300b51d37d705c1c1f8a2919e01ed0a484
parent3a8ee9b8b1627da6fa75d15c5cf423a443b58334 (diff)
downloadaur-2ec7707b114255f81e20026bb58b4ea40c78be7e.tar.gz
Update to 2.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685d3a028869..b193dd48aafd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 14 13:02:24 UTC 2016
+# Tue Dec 20 08:47:23 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.14
+ pkgver = 2.15
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.14.tar.gz
- md5sums = 7e7ba21ba40d4fa954c75a0f493e8af2
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.15.tar.gz
+ md5sums = e54bd6e33aa9c54f1f9f2bd6d7302686
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 1e7d4e11350e..af5d150c432d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.14
+pkgver=2.15
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=('7e7ba21ba40d4fa954c75a0f493e8af2')
+md5sums=('e54bd6e33aa9c54f1f9f2bd6d7302686')
package() {
cd "$pkgname-$pkgver"