summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpython-lxml/build/python-lxml.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/python-lxml/build/python-lxml.SlackBuild b/python-lxml/build/python-lxml.SlackBuild
index ace7f167..4d11e7a2 100755
--- a/python-lxml/build/python-lxml.SlackBuild
+++ b/python-lxml/build/python-lxml.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Update.
# 2.3.4-1: 27/jul/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.2.1-1: 14/jun/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh python-lxml.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
PRGNAM=python-lxml
SRCNAM=lxml
-VERSION=${VERSION:-2.3.4}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -63,7 +65,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${SRCNAM}-${VERSION}.tgz"
-SRCURL="http://codespeak.net/${SRCNAM}/${SRCNAM}-${VERSION}.tgz"
+#SRCURL="http://codespeak.net/${SRCNAM}/${SRCNAM}-${VERSION}.tgz"
+SRCURL="http://lxml.de/files/${SRCNAM}-${VERSION}.tgz"
##
## --- with a little luck, you won't have to edit below this point --- ##