summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-10-26 18:59:18 +1000
committerMark Blakeney2016-10-26 18:59:18 +1000
commit5f98f218c121c5a08bad46d54e285839ed672c8e (patch)
tree36f39f96982ff9d548cfc200035d412f3fb7af64
parentce9ba9421c6af943865c3bbec7f6c76357232511 (diff)
downloadaur-5f98f218c121c5a08bad46d54e285839ed672c8e.tar.gz
Update to 2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3000818c4de..20b51f4d9d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 03:55:30 UTC 2016
+# Wed Oct 26 08:59:06 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.7
+ pkgver = 2.8
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.7.tar.gz
- md5sums = 28eb7be997e10c7922bbae814cc0c705
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.8.tar.gz
+ md5sums = 2ed104355031521687aac3300afd0e3b
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index df9233c3b436..1774460fd64f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.7
+pkgver=2.8
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=('28eb7be997e10c7922bbae814cc0c705')
+md5sums=('2ed104355031521687aac3300afd0e3b')
package() {
cd "$pkgname-$pkgver"