summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-06-16 10:34:28 +1000
committerMark Blakeney2017-06-16 10:34:28 +1000
commitde7a7bce3daf8e67479e932b1d46675d61846584 (patch)
treed857eb156d53f3eb57a3786b9394d4577d960b94
parent57f643430415102146040286638d44315d8da33d (diff)
downloadaur-de7a7bce3daf8e67479e932b1d46675d61846584.tar.gz
Update to 2.24
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21d9f618d39..f5d71df63466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 25 00:02:28 UTC 2017
+# Fri Jun 16 00:34:18 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.23
+ pkgver = 2.24
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -12,11 +12,12 @@ pkgbase = libinput-gestures
depends = libinput
depends = xdotool
depends = wmctrl
+ depends = hicolor-icon-theme
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = https://github.com/bulletmark/libinput-gestures/archive/2.23.tar.gz
- md5sums = 8a4ad94926c1e55094c74f21ded6176d
+ source = https://github.com/bulletmark/libinput-gestures/archive/2.24.tar.gz
+ md5sums = 7effca978247e3162cc79c139e96a8c9
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 1439c1bba032..958be85de26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.23
+pkgver=2.24
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=('8a4ad94926c1e55094c74f21ded6176d')
+md5sums=('7effca978247e3162cc79c139e96a8c9')
package() {
cd "$pkgname-$pkgver"