summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-04-26 08:53:30 +1000
committerMark Blakeney2017-04-26 08:53:30 +1000
commit56d94cc00fc0685a3e2981414adb74266146e441 (patch)
tree523fe3e92976f99421ecb78ee04bc1dd09860ea9
parent0c41b53df4a445ee7091b984b3eb7a422b6cab9d (diff)
downloadaur-56d94cc00fc0685a3e2981414adb74266146e441.tar.gz
Update to 2.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa93088e376..873107e61764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 3 22:19:51 UTC 2017
+# Tue Apr 25 22:53:25 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.22
+ pkgver = 2.23
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.22.tar.gz
- md5sums = bdba84277ad9fd27283eaa34e015e7b9
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.23.tar.gz
+ md5sums = 8a4ad94926c1e55094c74f21ded6176d
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 51ec240be6ca..263d4db06840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.22
+pkgver=2.23
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=('bdba84277ad9fd27283eaa34e015e7b9')
+md5sums=('8a4ad94926c1e55094c74f21ded6176d')
package() {
cd "$pkgname-$pkgver"