summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-03-07 10:31:33 +1000
committerMark Blakeney2021-03-07 10:31:33 +1000
commit2545c1d968b87d023674766872d009f84057c534 (patch)
tree6ea68a0e67c82cfe9b5d28cc8bc7ad18245e4cd2
parent1c8594216d0a7e2e216d2411be96d8a70550591a (diff)
downloadaur-2545c1d968b87d023674766872d009f84057c534.tar.gz
Update to 2.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77da65f1cb3c..5b6ab54a978f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.60
+ pkgver = 2.61
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.60.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.60.tar.gz
- md5sums = 8c7275b9539fc25448f11101800da936
+ source = libinput-gestures-2.61.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.61.tar.gz
+ md5sums = f49b1089882866e28fda04a2b38b04f8
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 19684f592254..0b1ad4166fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.60
+pkgver=2.61
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=('8c7275b9539fc25448f11101800da936')
+md5sums=('f49b1089882866e28fda04a2b38b04f8')
package() {
cd "$pkgname-$pkgver"