summaryrefslogtreecommitdiffstats
path: root/python-lxml/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-06-14 17:29:27 +0000
committer Eric Hameleers <alien@slackware.com>2013-06-14 17:29:27 +0000
commitbeb6261b053b5da2f242b89d367951ca949c08c6 (patch)
treeea033299fc932c37efd976b960bb28b5f85652ac /python-lxml/build
parent2df429a70433fc31816662a7f158e06f7d43d4bb (diff)
downloadasb-beb6261b053b5da2f242b89d367951ca949c08c6.tar.gz
asb-beb6261b053b5da2f242b89d367951ca949c08c6.tar.xz
Update to 3.2.1
Diffstat (limited to 'python-lxml/build')
-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 --- ##