summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-01-25 16:43:33 +1000
committerMark Blakeney2021-01-25 16:43:33 +1000
commitc9536757fd7d1a0e2577c89482d113a85c3cd88a (patch)
treeaeb4e95565015cec7bedc75b65db9ae607ecdafe
parent59e6440b7b8f7af15467b6a436077a446ccc9849 (diff)
downloadaur-c9536757fd7d1a0e2577c89482d113a85c3cd88a.tar.gz
Update to 2.57
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aae97ca4501..9b407a60864c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.56
+ pkgver = 2.57
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.56.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.56.tar.gz
- md5sums = 06cd0d9e645f41ed9e563c826f955193
+ source = libinput-gestures-2.57.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.57.tar.gz
+ md5sums = 98638d2a9ff1ef12dc8a1ffecdbf707b
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index eab56a872d4d..3d27b8d7a045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.56
+pkgver=2.57
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
@@ -14,7 +14,7 @@ replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('06cd0d9e645f41ed9e563c826f955193')
+md5sums=('98638d2a9ff1ef12dc8a1ffecdbf707b')
package() {
cd "$pkgname-$pkgver"