summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-02-27 08:13:39 +1000
committerMark Blakeney2021-02-27 08:13:39 +1000
commit1c8594216d0a7e2e216d2411be96d8a70550591a (patch)
treef671b1c8ca77a59b7510a1d6d684f890aa4f93e8
parent0f9373ef572859ba72dac35634bc7e4aa6db8ffa (diff)
downloadaur-1c8594216d0a7e2e216d2411be96d8a70550591a.tar.gz
Update to 2.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3383e347c1e..77da65f1cb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.59
+ pkgver = 2.60
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.59.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.59.tar.gz
- md5sums = fe6bd508760b025e47e719b4c9ceb5a7
+ source = libinput-gestures-2.60.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.60.tar.gz
+ md5sums = 8c7275b9539fc25448f11101800da936
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 445a2ba55cff..19684f592254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.59
+pkgver=2.60
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=('fe6bd508760b025e47e719b4c9ceb5a7')
+md5sums=('8c7275b9539fc25448f11101800da936')
package() {
cd "$pkgname-$pkgver"