summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-08-02 15:21:00 +1000
committerMark Blakeney2017-08-02 15:21:00 +1000
commit0c96a29d9804f8425fa9031c13a3a67c6e95da43 (patch)
treeb2ff1175cd764faf38682067da1810b0420b84ce
parenta87cb69c2f1b5b26dfb52af168d5f03a3d6a24b3 (diff)
downloadaur-0c96a29d9804f8425fa9031c13a3a67c6e95da43.tar.gz
Update to 2.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aecce0fd0d73..03c604a58f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 16 01:56:57 UTC 2017
+# Wed Aug 2 05:20:47 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.27
+ pkgver = 2.28
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -16,8 +16,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = https://github.com/bulletmark/libinput-gestures/archive/2.27.tar.gz
- md5sums = 23273e74046671d6aceb7aa4293a0858
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.28.tar.gz
+ md5sums = b9e3015ea6e059e9c85c8ebd6cb56594
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 339367d0420d..427438d58985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.27
+pkgver=2.28
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=("$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('23273e74046671d6aceb7aa4293a0858')
+md5sums=('b9e3015ea6e059e9c85c8ebd6cb56594')
package() {
cd "$pkgname-$pkgver"