summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-07-05 15:32:09 +1000
committerMark Blakeney2018-07-05 15:32:09 +1000
commit322ab7129f09acc7cdd3bcc17f6a9d8c06cffb51 (patch)
tree06eb258ad87ccfa6d242bc195684de179bc1fb44
parenteb7ed0e16149007f81b70690118dca0c04cef0f8 (diff)
downloadaur-322ab7129f09acc7cdd3bcc17f6a9d8c06cffb51.tar.gz
Update to 2.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31ba00da4ad..f3004a9fd13a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.36
+ pkgver = 2.37
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -14,8 +14,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.36.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.36.tar.gz
- md5sums = eacfd2ada60a2faff5d1f9e058c80e97
+ source = libinput-gestures-2.37.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.37.tar.gz
+ md5sums = 0057318d9db12e496b2d9f90454b8f40
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index bddfb2c556e8..bf6e506e4f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.36
+pkgver=2.37
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=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('eacfd2ada60a2faff5d1f9e058c80e97')
+md5sums=('0057318d9db12e496b2d9f90454b8f40')
package() {
cd "$pkgname-$pkgver"