summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-11-23 20:28:34 +1000
committerMark Blakeney2021-11-23 20:28:34 +1000
commit64532d62b112a1c50d24e1c5514af9103bb0ddf6 (patch)
tree75f0592a43aa1b98992085af79621ff9d97a8f3c
parent10750c37209165a623b68e11d51c3996ec72dfc9 (diff)
downloadaur-64532d62b112a1c50d24e1c5514af9103bb0ddf6.tar.gz
Update to 2.71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa58d8110dbb..0f3cf4008341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.70
+ pkgver = 2.71
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -15,7 +15,7 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.70.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.70.tar.gz
- md5sums = 013d228304eea067d8479218216cdd3d
+ source = libinput-gestures-2.71.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.71.tar.gz
+ md5sums = 63b9b6b305ea5df1093340f09d985266
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 66a8037bde93..423bcb968d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.70
+pkgver=2.71
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=('013d228304eea067d8479218216cdd3d')
+md5sums=('63b9b6b305ea5df1093340f09d985266')
package() {
cd "$pkgname-$pkgver"