summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-02-22 09:55:31 +1000
committerMark Blakeney2023-02-22 09:55:31 +1000
commit9fe0d8f77c21cb65a2df09cc537e7059d9003fa7 (patch)
tree3772bafb0734bf4115d077dca0c2203f8dbb285b
parent0711767c5e13d2d243b0eb53e325a059c25704a9 (diff)
downloadaur-9fe0d8f77c21cb65a2df09cc537e7059d9003fa7.tar.gz
Update to 2.74
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ed63894b40..ee2f763d5799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.73
+ pkgver = 2.74
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -14,7 +14,7 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.73.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.73.tar.gz
- md5sums = 8cabac05b86ed87b979b1edea6cd4848
+ source = libinput-gestures-2.74.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.74.tar.gz
+ md5sums = dbde88153999276510b38234ad7d6337
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 8830750b9a15..acfabc5a67eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.73
+pkgver=2.74
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=('8cabac05b86ed87b979b1edea6cd4848')
+md5sums=('dbde88153999276510b38234ad7d6337')
package() {
cd "$pkgname-$pkgver"