summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-01-27 13:02:44 +1000
committerMark Blakeney2018-01-27 13:02:44 +1000
commit2bd7fc5144b07c20b9afe80dd33802832ca9679a (patch)
treef0ec0db3030c9ad3773ee3793f4d1e8b8d2c0000
parentde98915e4b7f932d027c3454c783a0bd51e15009 (diff)
downloadaur-2bd7fc5144b07c20b9afe80dd33802832ca9679a.tar.gz
Update to 2.31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96489ff800a..74babffb3d2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Nov 18 07:53:29 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.30
+ pkgver = 2.31
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -16,8 +14,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.30.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.30.tar.gz
- md5sums = 57d71193b9094f53c9674ac5bd230c73
+ source = libinput-gestures-2.31.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.31.tar.gz
+ md5sums = beb0a21a0e878ae808e70d173e40364c
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index ae5a33c88225..e66128fde3be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.30
+pkgver=2.31
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=('57d71193b9094f53c9674ac5bd230c73')
+md5sums=('beb0a21a0e878ae808e70d173e40364c')
package() {
cd "$pkgname-$pkgver"