summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-10-05 17:51:18 +1000
committerMark Blakeney2021-10-05 17:51:18 +1000
commit9ac9af1d4539847bc01ae4d5c2c6ddf442aabe83 (patch)
tree6d948c2a1a83f0fbf860f700fc97814bcb98b78a
parent00606c0ab04e09aa7122caec99c9506e57048a41 (diff)
downloadaur-9ac9af1d4539847bc01ae4d5c2c6ddf442aabe83.tar.gz
Update to 2.69
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357680b69ac0..a7e1136d9e55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.68
+ pkgver = 2.69
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.68.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.68.tar.gz
- md5sums = 4f9372342e3825ed9251aba8674cd2e8
+ source = libinput-gestures-2.69.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.69.tar.gz
+ md5sums = b78182bcf3c8b967755be026aed18acd
pkgname = libinput-gestures
diff --git a/.gitignore b/.gitignore
index 6dd39bbd03b8..ad6fbda9f142 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
*.tar
+*.tar.*
*.[gx]z
diff --git a/PKGBUILD b/PKGBUILD
index ae9e5953a50f..bb168f4c366b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.68
+pkgver=2.69
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=('4f9372342e3825ed9251aba8674cd2e8')
+md5sums=('b78182bcf3c8b967755be026aed18acd')
package() {
cd "$pkgname-$pkgver"