summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-03-28 08:56:07 +1000
committerMark Blakeney2017-03-28 08:56:07 +1000
commit8c06487e44a5315aeb87aa5351955976fad1f511 (patch)
tree7c9f7270c70ce00d39db8d39fc1267a098abc217
parentd972b9e2609b8ac22f169eebcc02b8d9a1335956 (diff)
downloadaur-8c06487e44a5315aeb87aa5351955976fad1f511.tar.gz
Update to 2.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df5ccdb4ff7d..245d4193eb49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 04:12:32 UTC 2017
+# Mon Mar 27 22:55:50 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.20
+ pkgver = 2.21
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.20.tar.gz
- md5sums = a23ea32f6caf3bffd3aa476d225bff2a
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.21.tar.gz
+ md5sums = 63091436bcff279b0c7fe6dcadfbe60d
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 9e3f202396b6..37aeb3199264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.20
+pkgver=2.21
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=('a23ea32f6caf3bffd3aa476d225bff2a')
+md5sums=('63091436bcff279b0c7fe6dcadfbe60d')
package() {
cd "$pkgname-$pkgver"