summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-10-07 11:31:50 +1000
committerMark Blakeney2016-10-07 11:31:50 +1000
commita1b1dbcaff1fb93edba553f66e2091975316b6ef (patch)
tree7d21643e0e58c643987b0652a03e9e911dc816e6
parent3634580dede71bf3c6f3474e86359013be713a6e (diff)
downloadaur-a1b1dbcaff1fb93edba553f66e2091975316b6ef.tar.gz
Update to 2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fa24a97db9..673345c575ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 30 04:29:52 UTC 2016
+# Fri Oct 7 01:31:12 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.4
+ pkgver = 2.5
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 = https://github.com/bulletmark/libinput-gestures/archive/2.4.tar.gz
- md5sums = e547623516355fd6bad983ea0f2603f6
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.5.tar.gz
+ md5sums = 21e59e17105f0cbdcbb1c1e7c28cf1cc
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 62c89bdaf1a2..a5b7bcd15e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.4
+pkgver=2.5
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=('e547623516355fd6bad983ea0f2603f6')
+md5sums=('21e59e17105f0cbdcbb1c1e7c28cf1cc')
package() {
cd "$pkgname-$pkgver"