summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-05-27 01:52:21 -0400
committerChris Severance2016-05-27 01:52:21 -0400
commitda29a3825de98d874d2c51eb19fefb1338d383dc (patch)
treee31caf2b6202ccb0f9c29a9a9597b81f050bc0c1
parent3cef7d00147d6d6bdb3b17602d450af167d40199 (diff)
downloadaur-da29a3825de98d874d2c51eb19fefb1338d383dc.tar.gz
Update to 20160307
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 780ed72c718d..2527cb432f2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri May 27 05:52:03 UTC 2016
pkgbase = doit
pkgdesc = yet another remote-execution daemon for Windows
- pkgver = 20141116
+ pkgver = 20160307
pkgrel = 1
url = http://www.chiark.greenend.org.uk/~sgtatham/doit/
arch = i686
arch = x86_64
license = MIT
- source = http://www.chiark.greenend.org.uk/~sgtatham/doit/doit.tar.gz
- sha256sums = 994e78fc732d385ef9cf39e960452161d366aa7b15f934d9f656eae825a34797
+ source = doit-20160307.tar.gz::http://www.chiark.greenend.org.uk/~sgtatham/doit/doit.tar.gz
+ sha256sums = b547f0ccedd23bd1035ea83ee1820b8dd59b1e6aae3348f3e85533e592fbff7c
pkgname = doit
diff --git a/PKGBUILD b/PKGBUILD
index 4487e8d6a484..901ef135e219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,19 @@
set -u
pkgname='doit'
-pkgver='20141116'
+pkgver='20160307'
pkgrel='1'
pkgdesc='yet another remote-execution daemon for Windows'
arch=('i686' 'x86_64')
url='http://www.chiark.greenend.org.uk/~sgtatham/doit/'
license=('MIT')
#depends=('perl')
-source=('http://www.chiark.greenend.org.uk/~sgtatham/doit/doit.tar.gz')
-sha256sums=('994e78fc732d385ef9cf39e960452161d366aa7b15f934d9f656eae825a34797')
+source=("doit-${pkgver}.tar.gz::${url}doit.tar.gz")
+sha256sums=('b547f0ccedd23bd1035ea83ee1820b8dd59b1e6aae3348f3e85533e592fbff7c')
+
+_vercheck() {
+ curl -s -l 'http://tartarus.org/~simon-git/gitweb/?p=doit.git' | sed -n -e 's:^<td title="[^"]\+"><i>\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)</i></td>.*$:\1\2\3:p' | LC_ALL=C sort -n
+}
prepare() {
set -u