summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-07-04 09:02:48 +1000
committerMark Blakeney2019-07-04 09:02:48 +1000
commitb7ae91096823bae2ddf5539ab3e13eb8e79641f8 (patch)
treef821b82ff051a8dad77e24e85f74006fe42fedad
parenta6de810470c60c7ae90cb09a4e4fa5440dc4737f (diff)
downloadaur-b7ae91096823bae2ddf5539ab3e13eb8e79641f8.tar.gz
Update to 2.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71adc257bcbf..8a188da24fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.44
+ pkgver = 2.45
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.44.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.44.tar.gz
- md5sums = dcb6cbc8b2889353d58d309eebc2afbd
+ source = libinput-gestures-2.45.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.45.tar.gz
+ md5sums = 3c63ebf085ecfa55eab3efdd95fc7ce8
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index fa47ccf4c16d..f35f4208b4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.44
+pkgver=2.45
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=('dcb6cbc8b2889353d58d309eebc2afbd')
+md5sums=('3c63ebf085ecfa55eab3efdd95fc7ce8')
package() {
cd "$pkgname-$pkgver"