summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-05-24 14:30:36 +1000
committerMark Blakeney2021-05-24 14:30:36 +1000
commit00e5bccbca9195fda590b76b61e0d662740beac5 (patch)
tree375b95bcc741e8f419de08a9b8fb075b4c0ad8b9
parent32016002608091b49b4c37e7f8936eb6bc031b22 (diff)
downloadaur-00e5bccbca9195fda590b76b61e0d662740beac5.tar.gz
Update to 2.66
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b616fdaeb077..6aa275c2d6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.65
+ pkgver = 2.66
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.65.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.65.tar.gz
- md5sums = 2aee2e8927b36f63666cea1c14b2a85f
+ source = libinput-gestures-2.66.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.66.tar.gz
+ md5sums = ff80cf71004119ef094a8da69369c415
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 8e27251046a2..bb7b7b942822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.65
+pkgver=2.66
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
@@ -14,7 +14,7 @@ replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('2aee2e8927b36f63666cea1c14b2a85f')
+md5sums=('ff80cf71004119ef094a8da69369c415')
package() {
cd "$pkgname-$pkgver"