summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2016-08-16 16:56:27 +1000
committerMark Blakeney2016-08-16 16:56:27 +1000
commit92fa477abc508731959db21c3f4e97f948eecc5f (patch)
tree5851685f6b523a66dfb10d0172c184dcd8f76e05
parente5c4c51ca634022beaad3f87b2839deb31374f1d (diff)
downloadaur-92fa477abc508731959db21c3f4e97f948eecc5f.tar.gz
Update to 2.1
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 142133908a2d..57af58ee72ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 03:31:24 UTC 2016
+# Tue Aug 16 06:56:22 UTC 2016
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -15,7 +15,7 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.0::git+https://github.com/bulletmark/libinput-gestures#tag=2.0
+ source = libinput-gestures-2.1::git+https://github.com/bulletmark/libinput-gestures#tag=2.1
md5sums = SKIP
pkgname = libinput-gestures
diff --git a/Makefile b/Makefile
index 573848147e93..4070d9e3384d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ nam = libinput-gestures
src = PKGBUILD
inf = .SRCINFO
-all: $(inf) sum check
+all: sum $(inf) check
$(inf): $(src)
mksrcinfo
@@ -14,6 +14,6 @@ sum: $(src)
updpkgsums
clean:
- rm -rf $(inf) $(nam)-* *.tar.xz *.tar.gz pkg/ src/
+ rm -rf $(inf) $(nam)-* *.tar.xz *.tar.gz pkg/ src/ *.part
# vim: se ts=4:
diff --git a/PKGBUILD b/PKGBUILD
index 59bce04480c3..5251c0f506e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"