summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-04-08 11:43:49 +1000
committerMark Blakeney2021-04-08 11:43:49 +1000
commit6b5f52079e9ed20bd308ae260f0715a5e4828de9 (patch)
tree1fb5b9caf051f0e7fd285c95f3ce12e473bf4d9b
parent2545c1d968b87d023674766872d009f84057c534 (diff)
downloadaur-6b5f52079e9ed20bd308ae260f0715a5e4828de9.tar.gz
Update to 2.62
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b6ab54a978f..00daab97ed74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.61
+ pkgver = 2.62
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.61.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.61.tar.gz
- md5sums = f49b1089882866e28fda04a2b38b04f8
+ source = libinput-gestures-2.62.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.62.tar.gz
+ md5sums = 03fcc64ffc0150ea6ddefb1f4af85edd
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 0b1ad4166fde..c7635725dfe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.61
+pkgver=2.62
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=('f49b1089882866e28fda04a2b38b04f8')
+md5sums=('03fcc64ffc0150ea6ddefb1f4af85edd')
package() {
cd "$pkgname-$pkgver"