summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-05-06 16:55:12 +1000
committerMark Blakeney2019-05-06 16:55:12 +1000
commita6de810470c60c7ae90cb09a4e4fa5440dc4737f (patch)
treeb7efe51d658cfc3ecff9968deac7ce570c3199cf
parente5297b1d844dc968dcbe29a2f1e03cf383fe9c83 (diff)
downloadaur-a6de810470c60c7ae90cb09a4e4fa5440dc4737f.tar.gz
Update to 2.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952405ab290e..71adc257bcbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.43
+ pkgver = 2.44
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.43.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.43.tar.gz
- md5sums = 8cf70e8dd4ecaa7728b3b58b79e9f763
+ source = libinput-gestures-2.44.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.44.tar.gz
+ md5sums = dcb6cbc8b2889353d58d309eebc2afbd
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index c5af29e9fe43..fa47ccf4c16d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.43
+pkgver=2.44
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('8cf70e8dd4ecaa7728b3b58b79e9f763')
+md5sums=('dcb6cbc8b2889353d58d309eebc2afbd')
package() {
cd "$pkgname-$pkgver"