summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-09-26 08:08:31 +1000
committerMark Blakeney2021-09-26 08:08:31 +1000
commit00606c0ab04e09aa7122caec99c9506e57048a41 (patch)
tree2f1243a0a0651f1096eac8a6ccd7b741de9f354c
parent0a2e0e67e5d51faae57282135d18d3a406d8f9ed (diff)
downloadaur-00606c0ab04e09aa7122caec99c9506e57048a41.tar.gz
Update to 2.68
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b71cf4f903c..357680b69ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.67
+ pkgver = 2.68
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -14,8 +14,7 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.67.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.67.tar.gz
- md5sums = b8f9bac2d8c42c2535f3c0d05ea06424
+ source = libinput-gestures-2.68.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.68.tar.gz
+ md5sums = 4f9372342e3825ed9251aba8674cd2e8
pkgname = libinput-gestures
-
diff --git a/PKGBUILD b/PKGBUILD
index 0a80627ebf8e..ae9e5953a50f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.67
+pkgver=2.68
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=('b8f9bac2d8c42c2535f3c0d05ea06424')
+md5sums=('4f9372342e3825ed9251aba8674cd2e8')
package() {
cd "$pkgname-$pkgver"