diff options
-rw-r--r-- | libraries/zope.location/zope.location.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/zope.location/zope.location.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/zope.location/zope.location.SlackBuild b/libraries/zope.location/zope.location.SlackBuild index a9edbba61de0..015b97423ea6 100644 --- a/libraries/zope.location/zope.location.SlackBuild +++ b/libraries/zope.location/zope.location.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zope.location -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/libraries/zope.location/zope.location.info b/libraries/zope.location/zope.location.info index 096999cd9c55..4a7a91696cfd 100644 --- a/libraries/zope.location/zope.location.info +++ b/libraries/zope.location/zope.location.info @@ -1,8 +1,8 @@ PRGNAM="zope.location" -VERSION="4.0.2" +VERSION="4.0.3" HOMEPAGE="http://pypi.python.org/pypi/zope.location" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.location/zope.location-4.0.2.zip" -MD5SUM="44d865b2c0b1e1cc93898c7df938d353" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.location/zope.location-4.0.3.tar.gz" +MD5SUM="201416f4eb72a9cf61c7d6d37bb87f24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.schema zope.proxy zope.component" |