summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-11-25 19:26:38 +1000
committerMark Blakeney2016-11-25 19:26:38 +1000
commitaa9a5b0a7fe7285244412575a4b674d0c8c969f3 (patch)
tree654a065f1103747a83dcdc89f2e83fa8f2812037
parent592b48594a4f5c0bacc2c7bc7e8b829afdf097bd (diff)
downloadaur-aa9a5b0a7fe7285244412575a4b674d0c8c969f3.tar.gz
Update to 2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82547d669c93..1f23eacb7998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 21 23:29:44 UTC 2016
+# Fri Nov 25 09:26:30 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.12
+ pkgver = 2.13
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.12.tar.gz
- md5sums = fede7a968223effafc28d8f09bf7642b
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.13.tar.gz
+ md5sums = 36908d6c40b87e12a205cb32491c6cb7
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 3fe9fe5dd720..5dee90db88f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.12
+pkgver=2.13
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=('fede7a968223effafc28d8f09bf7642b')
+md5sums=('36908d6c40b87e12a205cb32491c6cb7')
package() {
cd "$pkgname-$pkgver"