summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-18 09:56:25 +1000
committerMark Blakeney2023-10-18 09:56:25 +1000
commitf66581987fa89b539c56c022ed0e3499a0c15b7d (patch)
tree1b28e13f9ecd970e48ddbeb6082994ad6d7f6fc9
parent9fe0d8f77c21cb65a2df09cc537e7059d9003fa7 (diff)
downloadaur-f66581987fa89b539c56c022ed0e3499a0c15b7d.tar.gz
Update to 2.75
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee2f763d5799..3df6fae694af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.74
+ pkgver = 2.75
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.74.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.74.tar.gz
- md5sums = dbde88153999276510b38234ad7d6337
+ source = libinput-gestures-2.75.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.75.tar.gz
+ md5sums = 38b54355499fcfb7fa2af1a62d05d244
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index acfabc5a67eb..4b7ddbaf3028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.74
+pkgver=2.75
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=('dbde88153999276510b38234ad7d6337')
+md5sums=('38b54355499fcfb7fa2af1a62d05d244')
package() {
cd "$pkgname-$pkgver"