summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-02-05 07:46:36 +1000
committerMark Blakeney2018-02-05 07:46:36 +1000
commit5829374bb5d2af44ae9006268f662330fbd10f2b (patch)
treea55d8acbde7fa7338a1ef2cf8343793315e8bba5
parent2bd7fc5144b07c20b9afe80dd33802832ca9679a (diff)
downloadaur-5829374bb5d2af44ae9006268f662330fbd10f2b.tar.gz
Update to 2.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74babffb3d2e..58c243e94576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.31
+ pkgver = 2.32
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.31.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.31.tar.gz
- md5sums = beb0a21a0e878ae808e70d173e40364c
+ source = libinput-gestures-2.32.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.32.tar.gz
+ md5sums = 972a2bdc2f51b23eef7960ecc00d85ec
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index e66128fde3be..b101980d94c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.31
+pkgver=2.32
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=('beb0a21a0e878ae808e70d173e40364c')
+md5sums=('972a2bdc2f51b23eef7960ecc00d85ec')
package() {
cd "$pkgname-$pkgver"