diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-17 05:59:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 11:53:30 +0700 |
commit | 32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc (patch) | |
tree | 768bcf735dc428c8ab8f30461b4f640c3ce4c239 /python/pysed/pysed.SlackBuild | |
parent | 712dc6b1ae129c3de8287f6f449c5fb6c6f555a5 (diff) | |
download | slackbuilds-32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc.tar.gz |
python/pysed: Updated for version 0.7.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pysed/pysed.SlackBuild')
-rw-r--r-- | python/pysed/pysed.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild index 48ddb0beb5..825bb40c05 100644 --- a/python/pysed/pysed.SlackBuild +++ b/python/pysed/pysed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pysed -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # 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=pysed -VERSION=${VERSION:-0.7.6} +VERSION=${VERSION:-0.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |