diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2018-01-12 21:33:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:05 +0700 |
commit | 057d02047545e92707d9f56273287ce2b431805d (patch) | |
tree | 4eaf30c58e13417d1b162a237f9665a421614c65 /desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild | |
parent | 6089571552b457dfe9f39caf4a235de83c06a436 (diff) |
desktop/thunar-sendto-clamtk: Updated for version 0.06.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild')
-rw-r--r-- | desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild index 5e330a4530e2d..d93c7390133b8 100644 --- a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild +++ b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for thunar-sendto-clamtk -# Copyright 2012-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2012-2018 Petar Petrov slackalaxy@gmail.com # 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=thunar-sendto-clamtk -VERSION=${VERSION:-0.05} +VERSION=${VERSION:-0.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,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/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |