summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-10-17 09:52:46 +1000
committerMark Blakeney2019-10-17 09:52:46 +1000
commitbab05470e1a4232a8635f88fc6ff18b1d76510cb (patch)
treef657498aff48b6c70ee18d70d470222f20a6f8dc
parent024910e1853e2a9856606095e3732ec39956b326 (diff)
downloadaur-bab05470e1a4232a8635f88fc6ff18b1d76510cb.tar.gz
Update to 2.47
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76510bbb81b8..353c61ac9380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.46
+ pkgver = 2.47
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.46.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.46.tar.gz
- md5sums = eb14c8918ce6df6437a7fdf86b52b026
+ source = libinput-gestures-2.47.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.47.tar.gz
+ md5sums = 67ff0830b3af3634725cea23323da136
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 247a0c68d799..be8bd83520a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.46
+pkgver=2.47
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=('eb14c8918ce6df6437a7fdf86b52b026')
+md5sums=('67ff0830b3af3634725cea23323da136')
package() {
cd "$pkgname-$pkgver"