summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-01-22 22:01:28 +1000
committerMark Blakeney2017-01-22 22:01:28 +1000
commitd8c0580bcb09b0f105db958ea61009e792fa9870 (patch)
tree3ddf8fa024167d7c2ccdc12a9d8f2339f7934909
parent2ec7707b114255f81e20026bb58b4ea40c78be7e (diff)
downloadaur-d8c0580bcb09b0f105db958ea61009e792fa9870.tar.gz
Update to 2.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b193dd48aafd..dcea593912d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 20 08:47:23 UTC 2016
+# Sun Jan 22 12:01:08 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.15
+ pkgver = 2.16
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.15.tar.gz
- md5sums = e54bd6e33aa9c54f1f9f2bd6d7302686
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.16.tar.gz
+ md5sums = 28e39fc9bcdaadef893614f68fe73858
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index af5d150c432d..8dbc9b7e1841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.15
+pkgver=2.16
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=('e54bd6e33aa9c54f1f9f2bd6d7302686')
+md5sums=('28e39fc9bcdaadef893614f68fe73858')
package() {
cd "$pkgname-$pkgver"