summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-11-23 11:03:34 +1000
committerMark Blakeney2021-11-23 11:03:34 +1000
commit10750c37209165a623b68e11d51c3996ec72dfc9 (patch)
treea1cbd1bb609f6e1deb8d2b7c3f8404bf08ea5794
parent9ac9af1d4539847bc01ae4d5c2c6ddf442aabe83 (diff)
downloadaur-10750c37209165a623b68e11d51c3996ec72dfc9.tar.gz
Update to 2.70
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e1136d9e55..aa58d8110dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.69
+ pkgver = 2.70
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -9,12 +9,13 @@ 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.69.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.69.tar.gz
- md5sums = b78182bcf3c8b967755be026aed18acd
+ source = libinput-gestures-2.70.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.70.tar.gz
+ md5sums = 013d228304eea067d8479218216cdd3d
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index bb168f4c366b..66a8037bde93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.69
+pkgver=2.70
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")
+depends=("python>=3.5" "libinput" "hicolor-icon-theme" "python-packaging")
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=('b78182bcf3c8b967755be026aed18acd')
+md5sums=('013d228304eea067d8479218216cdd3d')
package() {
cd "$pkgname-$pkgver"