summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-03-09 09:15:47 +1000
committerMark Blakeney2020-03-09 09:15:47 +1000
commitbee521bd6342cdcffb5ed6732147852293538286 (patch)
tree09eed92bf1dd3e324ed53f61fb0cf307a0a12bea
parentfa91ae7c25bb0c3b41dc83ee80276e244dbe428c (diff)
downloadaur-bee521bd6342cdcffb5ed6732147852293538286.tar.gz
Update to 2.49
-rw-r--r--.SRCINFO8
-rw-r--r--Makefile23
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0d64292c94..3fbfb03029e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.48
+ pkgver = 2.49
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
arch = any
license = GPL3
- depends = python>=3.4
+ depends = python>=3.5
depends = libinput
depends = xdotool
depends = wmctrl
@@ -14,8 +14,8 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.48.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.48.tar.gz
- md5sums = ea9f122127779354f80433b2b3196e24
+ source = libinput-gestures-2.49.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.49.tar.gz
+ md5sums = 353fdcf8c28f281fe04757c8a7a8dce7
pkgname = libinput-gestures
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d98ad5acca65..000000000000
--- a/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-nam = $(shell sed -n 's/^pkgname=//p' PKGBUILD)
-src = PKGBUILD
-inf = .SRCINFO
-pkg = $(shell ls -v $(nam)*.pkg.tar* 2>/dev/null | tail -1)
-
-all: sum $(inf) check
-
-$(inf): $(src)
- makepkg --printsrcinfo >$@
-
-check: $(src)
- namcap $^
-ifneq ($(strip $(pkg)),)
- namcap $(pkg)
-endif
-
-sum: $(src)
- updpkgsums
-
-clean:
- rm -rf $(inf) $(nam)-* *.tar.xz *.tar.gz pkg/ src/ *.part
-
-# vim: se ts=4:
diff --git a/PKGBUILD b/PKGBUILD
index 5888b2ed20c6..9fda4533465a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.48
+pkgver=2.49
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python>=3.4" "libinput" "xdotool" "wmctrl" "hicolor-icon-theme")
+depends=("python>=3.5" "libinput" "xdotool" "wmctrl" "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=('ea9f122127779354f80433b2b3196e24')
+md5sums=('353fdcf8c28f281fe04757c8a7a8dce7')
package() {
cd "$pkgname-$pkgver"