diff options
author | Eugen Wissner <belka@caraus.de> | 2017-11-03 11:49:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-04 07:17:48 +0700 |
commit | 6236c1a564b68d1820a1aece766ea69e02a13c52 (patch) | |
tree | 1699511b6c00a639a5d5d1e05d8b12abf8474ea2 /network/psi/psi.SlackBuild | |
parent | 730da78d0b33b18c270c535643878dc408bd5735 (diff) |
network/psi: Updated for version 1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/psi/psi.SlackBuild')
-rw-r--r-- | network/psi/psi.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/psi/psi.SlackBuild b/network/psi/psi.SlackBuild index a99279f5524a7..bc8b9c2660f50 100644 --- a/network/psi/psi.SlackBuild +++ b/network/psi/psi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for psi -# Written by Eugene Wissner <belka.ew@gmail.com> +# Copyright 2010-2017 Eugene Wissner, Dachau, Germany # 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=psi -VERSION=${VERSION:-0.15} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |