diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-06 07:00:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-06 07:00:46 +0700 |
commit | 0c83989bd8aa76dbb838e8409fa25f8c77bed480 (patch) | |
tree | 6641aae507bed5bf584431f3aaa36269ddc1b2a7 /development/zope.interface/zope.interface.SlackBuild | |
parent | e8fc12db7e982463721f94034add1fd6fa61ca0a (diff) |
development/zope.interface: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/zope.interface/zope.interface.SlackBuild')
-rw-r--r-- | development/zope.interface/zope.interface.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild index 85a62108ce67..4b971d486013 100644 --- a/development/zope.interface/zope.interface.SlackBuild +++ b/development/zope.interface/zope.interface.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.interface -# Copyright 2013 Mikko Värri, Finland +# Copyright 2014 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zope.interface -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.1.0} 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 xzvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |