summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-04-23 09:12:25 +1000
committerMark Blakeney2022-04-23 09:12:25 +1000
commit0711767c5e13d2d243b0eb53e325a059c25704a9 (patch)
treefee0bbefc7147fd54ee952cf20471d1ddd5abed6
parentac19c25c976b1366ac9151e39acecbc2fe19aff1 (diff)
downloadaur-0711767c5e13d2d243b0eb53e325a059c25704a9.tar.gz
Update to 2.73
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6d87014945..99ed63894b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.72
+ pkgver = 2.73
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.72.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.72.tar.gz
- md5sums = 6a4ffb1166801a439da93d7ceda78243
+ source = libinput-gestures-2.73.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.73.tar.gz
+ md5sums = 8cabac05b86ed87b979b1edea6cd4848
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 178b753b31b5..8830750b9a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.72
+pkgver=2.73
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=('6a4ffb1166801a439da93d7ceda78243')
+md5sums=('8cabac05b86ed87b979b1edea6cd4848')
package() {
cd "$pkgname-$pkgver"