aboutsummaryrefslogtreecommitdiff
path: root/libraries/zope.location
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zope.location')
-rw-r--r--libraries/zope.location/zope.location.SlackBuild9
-rw-r--r--libraries/zope.location/zope.location.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild
index 76a9056c2a..4fe3cfd66d 100644
--- a/libraries/zope.location/zope.location.SlackBuild
+++ b/libraries/zope.location/zope.location.SlackBuild
@@ -26,7 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zope.location
-VERSION=${VERSION:-5.0}
+SRCNAM=$(tr \. _ <<<$PRGNAM)
+VERSION=${VERSION:-5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -56,9 +57,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/libraries/zope.location/zope.location.info b/libraries/zope.location/zope.location.info
index aead378524..fa6b041bbf 100644
--- a/libraries/zope.location/zope.location.info
+++ b/libraries/zope.location/zope.location.info
@@ -1,8 +1,8 @@
PRGNAM="zope.location"
-VERSION="5.0"
+VERSION="5.1"
HOMEPAGE="https://pypi.python.org/pypi/zope.location"
-DOWNLOAD="https://pypi.python.org/packages/source/z/zope.location/zope.location-5.0.tar.gz"
-MD5SUM="3ebc71530b2c36bef87d57210b15de67"
+DOWNLOAD="https://pypi.python.org/packages/source/z/zope_location/zope_location-5.1.tar.gz"
+MD5SUM="9f25225ed1cd679f5521fc83140b9537"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.schema zope.proxy"