summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-11-22 09:30:00 +1000
committerMark Blakeney2016-11-22 09:30:00 +1000
commit592b48594a4f5c0bacc2c7bc7e8b829afdf097bd (patch)
treefcec8595db7a8b6d257323d1002c25f32c18510b
parent875867ae37a9981fd609b0a17351f267f5692a45 (diff)
downloadaur-592b48594a4f5c0bacc2c7bc7e8b829afdf097bd.tar.gz
Update to 2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b71af4da9706..82547d669c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 18 06:20:55 UTC 2016
+# Mon Nov 21 23:29:44 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.11
+ pkgver = 2.12
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -15,8 +15,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.11.tar.gz
- md5sums = 6c821b134aecdc54f520e06aa83fc4d5
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.12.tar.gz
+ md5sums = fede7a968223effafc28d8f09bf7642b
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 83f90ffe07d9..3fe9fe5dd720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.11
+pkgver=2.12
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=('6c821b134aecdc54f520e06aa83fc4d5')
+md5sums=('fede7a968223effafc28d8f09bf7642b')
package() {
cd "$pkgname-$pkgver"