summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-02-15 13:38:12 +1000
committerMark Blakeney2017-02-15 13:38:12 +1000
commit7977ef6969c06cf153be223ead9dc2144b4a345f (patch)
treec5ebb2dc74b7e0ad3116aff2cd4d5ba2c6100575
parentd8c0580bcb09b0f105db958ea61009e792fa9870 (diff)
downloadaur-7977ef6969c06cf153be223ead9dc2144b4a345f.tar.gz
Update to 2.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcea593912d4..90e64e76a3c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 12:01:08 UTC 2017
+# Wed Feb 15 03:37:56 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.16
+ pkgver = 2.17
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.16.tar.gz
- md5sums = 28e39fc9bcdaadef893614f68fe73858
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.17.tar.gz
+ md5sums = 3c37574b96c654a20480d179154907e4
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 8dbc9b7e1841..ce4c05136e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.16
+pkgver=2.17
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=('28e39fc9bcdaadef893614f68fe73858')
+md5sums=('3c37574b96c654a20480d179154907e4')
package() {
cd "$pkgname-$pkgver"