summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-09-23 22:48:08 +1000
committerMark Blakeney2020-09-23 22:48:08 +1000
commit27e61d19379d15aebab050ff2dd454d40e1a3982 (patch)
tree17396c7a4104c7f2d3be6c60810e8a21abe5d632
parent84e5be43433d24128b8166288be2db2e1e8a9790 (diff)
downloadaur-27e61d19379d15aebab050ff2dd454d40e1a3982.tar.gz
Update to 2.52
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc2c16d1f48..8536c72b663a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.51
+ pkgver = 2.52
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 = libinput-gestures-2.51.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.51.tar.gz
- md5sums = 74df30f50a60935de0fc27d83356d656
+ source = libinput-gestures-2.52.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.52.tar.gz
+ md5sums = 97c9da66cd948464481c4424daaadeb0
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 94d5f3c07d17..461980f7d6f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.51
+pkgver=2.52
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=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('74df30f50a60935de0fc27d83356d656')
+md5sums=('97c9da66cd948464481c4424daaadeb0')
package() {
cd "$pkgname-$pkgver"