summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-04-27 10:01:22 +1000
committerMark Blakeney2019-04-27 10:01:22 +1000
commite5297b1d844dc968dcbe29a2f1e03cf383fe9c83 (patch)
treee9e93f2fda2170475bb8aa96950350d3f16965ff
parent28dad879aef174a577bd598bb64233fe1670b991 (diff)
downloadaur-e5297b1d844dc968dcbe29a2f1e03cf383fe9c83.tar.gz
Update to 2.43
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b2ef676478..952405ab290e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.42
+ pkgver = 2.43
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.42.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.42.tar.gz
- md5sums = b61ad56ac57292e228c6d5dc24056ca0
+ source = libinput-gestures-2.43.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.43.tar.gz
+ md5sums = 8cf70e8dd4ecaa7728b3b58b79e9f763
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 37a5ceefda10..c5af29e9fe43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.42
+pkgver=2.43
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=('b61ad56ac57292e228c6d5dc24056ca0')
+md5sums=('8cf70e8dd4ecaa7728b3b58b79e9f763')
package() {
cd "$pkgname-$pkgver"