aboutsummaryrefslogtreecommitdiffstats
path: root/python2-numpydoc/watch
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-09 17:41:25 +0100
committerMattias Andrée <maandree@kth.se>2016-03-09 17:41:25 +0100
commitce0c1b43b7a5c4cc2192f7158741c779a84dc4fe (patch)
tree5b494c313c04bb274d27005c12e0709d654087a9 /python2-numpydoc/watch
parentupdate xorg-server-hwcursor-gamma (diff)
downloadaur-packages-ce0c1b43b7a5c4cc2192f7158741c779a84dc4fe.tar.gz
aur-packages-ce0c1b43b7a5c4cc2192f7158741c779a84dc4fe.tar.bz2
aur-packages-ce0c1b43b7a5c4cc2192f7158741c779a84dc4fe.tar.xz
update python2-numpydoc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-xpython2-numpydoc/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-numpydoc/watch b/python2-numpydoc/watch
index 9da2d26..d51351b 100755
--- a/python2-numpydoc/watch
+++ b/python2-numpydoc/watch
@@ -1,7 +1,7 @@
#!/bin/sh
[ -f 'index.html' ] && rm 'index.html'
-wget http://pypi.python.org/packages/source/n/numpydoc/ >/dev/null 2>/dev/null
+wget https://pypi.python.org/pypi/numpydoc >/dev/null 2>/dev/null
if [ $? = 0 ]; then
[ -f unfetchable ] && rm unfetchable
grep numpydoc- < index.html | md5sum > new-sum