summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-04-29 08:06:48 +1000
committerMark Blakeney2018-04-29 08:06:48 +1000
commit80e0bd5ba34a262727bd1c62d094b562c16708f0 (patch)
tree5bcd5aaf86932a91552c04930ac6682b51491fc7
parentc5584000ee66296a733bb03444159c9ef0f3d1a7 (diff)
downloadaur-80e0bd5ba34a262727bd1c62d094b562c16708f0.tar.gz
Update to 2.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535e0c7de0f3..4dca5dd9a64a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.34
+ pkgver = 2.35
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.34.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.34.tar.gz
- md5sums = 619bc40e5bd89f0a11d1e41a12038cf5
+ source = libinput-gestures-2.35.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.35.tar.gz
+ md5sums = dce4957ee61fd1068c97c6f6559ed2db
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 35836d12c452..dc27d7f4bab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.34
+pkgver=2.35
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=('619bc40e5bd89f0a11d1e41a12038cf5')
+md5sums=('dce4957ee61fd1068c97c6f6559ed2db')
package() {
cd "$pkgname-$pkgver"