summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2017-07-13 06:15:38 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:33:51 +0200
commit8671e04d72afe109efc04877d5dcdf17df100291 (patch)
tree436b6e6aa14fa939275d0c28c94687074d30b4b0
parentad20e80746b13bdfd199778650aadcb260ae5b63 (diff)
downloadold.slackbuilds-8671e04d72afe109efc04877d5dcdf17df100291.tar.gz
libraries/html5lib: Updated for version 0.999999999
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--libraries/html5lib/html5lib.SlackBuild8
-rw-r--r--libraries/html5lib/html5lib.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/html5lib/html5lib.SlackBuild b/libraries/html5lib/html5lib.SlackBuild
index 33a74c18d6..e04b45d0b3 100644
--- a/libraries/html5lib/html5lib.SlackBuild
+++ b/libraries/html5lib/html5lib.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=html5lib
-VERSION=${VERSION:-0.9999999}
+VERSION=${VERSION:-0.999999999}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,9 +45,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-python-$VERSION
-tar xvf $CWD/$PRGNAM-python-$VERSION.tar.gz
-cd $PRGNAM-python-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/libraries/html5lib/html5lib.info b/libraries/html5lib/html5lib.info
index bbcd144dce..566354e2fa 100644
--- a/libraries/html5lib/html5lib.info
+++ b/libraries/html5lib/html5lib.info
@@ -1,10 +1,10 @@
PRGNAM="html5lib"
-VERSION="0.9999999"
+VERSION="0.999999999"
HOMEPAGE="https://github.com/html5lib/"
-DOWNLOAD="https://github.com/html5lib/html5lib-python/archive/0.9999999/html5lib-python-0.9999999.tar.gz"
-MD5SUM="2ca78b1ec5852779bc121a97da6e8d4d"
+DOWNLOAD="https://pypi.python.org/packages/17/ee/99e69cdcefc354e0c18ff2cc60aeeb5bfcc2e33f051bf0cc5526d790c445/html5lib-0.999999999.tar.gz"
+MD5SUM="8578e4e3a341436cb9743a9e4a299239"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="six"
+REQUIRES="six python-webencodings"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"