summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2020-11-17 17:00:30 +1000
committerMark2020-11-17 17:00:30 +1000
commite50e24c7a92f045bbcd882c077a6550eeac60246 (patch)
tree0b117e760b87095ec6bbdb92af0a10003f1ceccd
parent27e61d19379d15aebab050ff2dd454d40e1a3982 (diff)
downloadaur-e50e24c7a92f045bbcd882c077a6550eeac60246.tar.gz
Update to 2.53
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8536c72b663a..8cb05dd25d93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.52
+ pkgver = 2.53
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -8,14 +8,12 @@ pkgbase = libinput-gestures
license = GPL3
depends = python>=3.5
depends = libinput
- depends = xdotool
- depends = wmctrl
depends = hicolor-icon-theme
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.52.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.52.tar.gz
- md5sums = 97c9da66cd948464481c4424daaadeb0
+ source = libinput-gestures-2.53.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.53.tar.gz
+ md5sums = c54af7b112e13d597bcadfd12e8c4c46
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 461980f7d6f9..c61ca3a48f1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.52
+pkgver=2.53
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" "xdotool" "wmctrl" "hicolor-icon-theme")
+depends=("python>=3.5" "libinput" "hicolor-icon-theme")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('97c9da66cd948464481c4424daaadeb0')
+md5sums=('c54af7b112e13d597bcadfd12e8c4c46')
package() {
cd "$pkgname-$pkgver"