summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-02-23 10:08:39 +1000
committerMark Blakeney2021-02-23 10:08:39 +1000
commitd9f4d959d73b0acd46024c0af0d2f2e5873b7000 (patch)
tree9e74e5a8f62c877a25611ef9fc90cae4bb8fdc80
parentc9536757fd7d1a0e2577c89482d113a85c3cd88a (diff)
downloadaur-d9f4d959d73b0acd46024c0af0d2f2e5873b7000.tar.gz
Update to 2.58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b407a60864c..2c6c53ebfad6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.57
+ pkgver = 2.58
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.57.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.57.tar.gz
- md5sums = 98638d2a9ff1ef12dc8a1ffecdbf707b
+ source = libinput-gestures-2.58.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.58.tar.gz
+ md5sums = 3374e21b47968d6d5aae092c5d9a4701
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 3d27b8d7a045..9e1dbe216063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.57
+pkgver=2.58
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=('98638d2a9ff1ef12dc8a1ffecdbf707b')
+md5sums=('3374e21b47968d6d5aae092c5d9a4701')
package() {
cd "$pkgname-$pkgver"