summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2020-11-30 07:41:04 +1000
committerMark2020-11-30 07:41:04 +1000
commit59e6440b7b8f7af15467b6a436077a446ccc9849 (patch)
tree641bde812d3d158f73fc6db7d8e3f7f446ee2962
parent1117e2f05e8a108571e42da8cfd5292c555c0fa3 (diff)
downloadaur-59e6440b7b8f7af15467b6a436077a446ccc9849.tar.gz
Update to 2.56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84eb0351f36a..7aae97ca4501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.55
+ pkgver = 2.56
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.55.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.55.tar.gz
- md5sums = 195134cdfde9f03c57061c1be62f042e
+ source = libinput-gestures-2.56.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.56.tar.gz
+ md5sums = 06cd0d9e645f41ed9e563c826f955193
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 09bccd5e2a8d..eab56a872d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.55
+pkgver=2.56
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=('195134cdfde9f03c57061c1be62f042e')
+md5sums=('06cd0d9e645f41ed9e563c826f955193')
package() {
cd "$pkgname-$pkgver"