mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/urlwatch: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d1fcf1e309
commit
855b86ac6b
3 changed files with 12 additions and 7 deletions
|
@ -3,3 +3,8 @@ This script is intended to help you watch URLs and get notified
|
|||
(via email or in your terminal) of any changes.
|
||||
The change notification will include the URL that has changed and
|
||||
a unified diff of what has changed.
|
||||
|
||||
Optional dependencies: chump
|
||||
|
||||
NOTE:
|
||||
Please install python3 first before installing all other requirements.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for urlwatch
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=urlwatch
|
||||
VERSION=${VERSION:-1.18}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="urlwatch"
|
||||
VERSION="1.18"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="http://thp.io/2008/urlwatch/"
|
||||
DOWNLOAD="http://thp.io/2008/urlwatch/urlwatch-1.18.tar.gz"
|
||||
MD5SUM="d3110c1961c70590f24f346ceae0e67f"
|
||||
DOWNLOAD="http://thp.io/2008/urlwatch/urlwatch-2.1.tar.gz"
|
||||
MD5SUM="fff8148b75d9ec93861241b7d22eb75a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="futures"
|
||||
REQUIRES="python3 python3-PyYAML minidb python-requests python-keyring"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue