summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-03-17 15:05:23 +1000
committerMark Blakeney2019-03-17 15:05:23 +1000
commit28dad879aef174a577bd598bb64233fe1670b991 (patch)
tree257a7a389ce600cda3b341bf263f443b788d1856
parent4590a108670a5294040eeec48a8e6e3472cf33d8 (diff)
downloadaur-28dad879aef174a577bd598bb64233fe1670b991.tar.gz
Update to 2.42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ac7b94ba89..85b2ef676478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.41
+ pkgver = 2.42
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.41.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.41.tar.gz
- md5sums = 24c0b02a216e5d335d894154f409ec4c
+ source = libinput-gestures-2.42.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.42.tar.gz
+ md5sums = b61ad56ac57292e228c6d5dc24056ca0
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 3d8c55cd3c64..37a5ceefda10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.41
+pkgver=2.42
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=('24c0b02a216e5d335d894154f409ec4c')
+md5sums=('b61ad56ac57292e228c6d5dc24056ca0')
package() {
cd "$pkgname-$pkgver"