summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-15 11:10:12 +1000
committerMark Blakeney2020-04-15 11:10:12 +1000
commit4bbaf1d7f4ca3aef17f65d11c1f6ed8eb4c9ef95 (patch)
tree546e754dcc5e63b4904d2a40acb4f1dfbd0c79ff
parentbee521bd6342cdcffb5ed6732147852293538286 (diff)
downloadaur-4bbaf1d7f4ca3aef17f65d11c1f6ed8eb4c9ef95.tar.gz
Update to 2.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fbfb03029e6..f1d6b5de7505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.49
+ pkgver = 2.50
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -14,8 +14,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.49.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.49.tar.gz
- md5sums = 353fdcf8c28f281fe04757c8a7a8dce7
+ source = libinput-gestures-2.50.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.50.tar.gz
+ md5sums = 2c6495223757413e199afed0c4271dc5
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 9fda4533465a..f93f5b4effe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.49
+pkgver=2.50
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('353fdcf8c28f281fe04757c8a7a8dce7')
+md5sums=('2c6495223757413e199afed0c4271dc5')
package() {
cd "$pkgname-$pkgver"