summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-11-13 11:30:54 +1000
committerMark Blakeney2016-11-13 11:30:54 +1000
commit82a1e6112d57d759870ef737fe64a7c5e838eb61 (patch)
tree1096fc70e5f4c705dc2f494142ff35a5a8a37f86
parent0df165495f603e9d4f8ef8d375254cc76127795d (diff)
downloadaur-82a1e6112d57d759870ef737fe64a7c5e838eb61.tar.gz
Update to 2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bcc784879ad..5ee85cbb8218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 00:59:02 UTC 2016
+# Sun Nov 13 01:30:33 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.9
+ pkgver = 2.10
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.9.tar.gz
- md5sums = 67d77260a2336218713069a62918e6dd
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.10.tar.gz
+ md5sums = f3df11c37af404b10b560ab44903a7e7
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index a208eaf548b6..425084ec79e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.9
+pkgver=2.10
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=('67d77260a2336218713069a62918e6dd')
+md5sums=('f3df11c37af404b10b560ab44903a7e7')
package() {
cd "$pkgname-$pkgver"