summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2020-11-26 10:40:16 +1000
committerMark2020-11-26 10:40:16 +1000
commit1117e2f05e8a108571e42da8cfd5292c555c0fa3 (patch)
treeb6131cc011430b26e5c6d1da754b91a93a9c83f5
parent442d03fbb15f4cecb09235a09e67f39c881b5479 (diff)
downloadaur-1117e2f05e8a108571e42da8cfd5292c555c0fa3.tar.gz
Update to 2.55
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978a01deaa2c..84eb0351f36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.54
+ pkgver = 2.55
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.54.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.54.tar.gz
- md5sums = 187f0e6bb66b103cddc5805dc32ed0c0
+ source = libinput-gestures-2.55.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.55.tar.gz
+ md5sums = 195134cdfde9f03c57061c1be62f042e
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 8fc1794f5b69..09bccd5e2a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.54
+pkgver=2.55
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=('187f0e6bb66b103cddc5805dc32ed0c0')
+md5sums=('195134cdfde9f03c57061c1be62f042e')
package() {
cd "$pkgname-$pkgver"