summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-02-25 07:50:02 +1000
committerMark Blakeney2021-02-25 07:50:02 +1000
commit0f9373ef572859ba72dac35634bc7e4aa6db8ffa (patch)
treef8e0d8c619676c45914ef1f1c835bd48a68b0210
parentd9f4d959d73b0acd46024c0af0d2f2e5873b7000 (diff)
downloadaur-0f9373ef572859ba72dac35634bc7e4aa6db8ffa.tar.gz
Update to 2.59
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6c53ebfad6..c3383e347c1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.58
+ pkgver = 2.59
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.58.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.58.tar.gz
- md5sums = 3374e21b47968d6d5aae092c5d9a4701
+ source = libinput-gestures-2.59.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.59.tar.gz
+ md5sums = fe6bd508760b025e47e719b4c9ceb5a7
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 9e1dbe216063..445a2ba55cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.58
+pkgver=2.59
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=('3374e21b47968d6d5aae092c5d9a4701')
+md5sums=('fe6bd508760b025e47e719b4c9ceb5a7')
package() {
cd "$pkgname-$pkgver"