summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-10-16 16:32:46 +1000
committerMark Blakeney2019-10-16 16:32:46 +1000
commit024910e1853e2a9856606095e3732ec39956b326 (patch)
tree53b0051c1ce569767bd480cb64d2bfd3f67f0731
parentb7ae91096823bae2ddf5539ab3e13eb8e79641f8 (diff)
downloadaur-024910e1853e2a9856606095e3732ec39956b326.tar.gz
Update to 2.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a188da24fe5..76510bbb81b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.45
+ pkgver = 2.46
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.45.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.45.tar.gz
- md5sums = 3c63ebf085ecfa55eab3efdd95fc7ce8
+ source = libinput-gestures-2.46.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.46.tar.gz
+ md5sums = eb14c8918ce6df6437a7fdf86b52b026
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index f35f4208b4ed..247a0c68d799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.45
+pkgver=2.46
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=('3c63ebf085ecfa55eab3efdd95fc7ce8')
+md5sums=('eb14c8918ce6df6437a7fdf86b52b026')
package() {
cd "$pkgname-$pkgver"