summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-12-09 13:36:18 +1000
committerMark Blakeney2021-12-09 13:36:18 +1000
commitac19c25c976b1366ac9151e39acecbc2fe19aff1 (patch)
treee5dd6282ce994df239f95596ec9683f66230921c
parent64532d62b112a1c50d24e1c5514af9103bb0ddf6 (diff)
downloadaur-ac19c25c976b1366ac9151e39acecbc2fe19aff1.tar.gz
Update to 2.72
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3cf4008341..7d6d87014945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.71
+ pkgver = 2.72
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -9,13 +9,12 @@ pkgbase = libinput-gestures
depends = python>=3.5
depends = libinput
depends = hicolor-icon-theme
- depends = python-packaging
optdepends = wmctrl: required for _internal command, as per default configuration
optdepends = xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.71.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.71.tar.gz
- md5sums = 63b9b6b305ea5df1093340f09d985266
+ source = libinput-gestures-2.72.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.72.tar.gz
+ md5sums = 6a4ffb1166801a439da93d7ceda78243
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 423bcb968d89..178b753b31b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.71
+pkgver=2.72
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python>=3.5" "libinput" "hicolor-icon-theme" "python-packaging")
+depends=("python>=3.5" "libinput" "hicolor-icon-theme")
optdepends=("wmctrl: required for _internal command, as per default configuration"
"xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps")
conflicts=("$pkgname-git")
@@ -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=('63b9b6b305ea5df1093340f09d985266')
+md5sums=('6a4ffb1166801a439da93d7ceda78243')
package() {
cd "$pkgname-$pkgver"