diff options
author | Erik Hanson <erik@slackbuilds.org> | 2022-11-02 10:29:01 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:28 +0700 |
commit | 8aa6f3b1a71ca23f70f7decf62ecebdc90903501 (patch) | |
tree | 14476e0987ce7cb5565267394a1b5843c9cc18e8 /audio/mpdscribble/mpdscribble.SlackBuild | |
parent | d0e09f0522dfce6532c271be8cda9d54076080b1 (diff) |
audio/mpdscribble: Updated for version 0.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mpdscribble/mpdscribble.SlackBuild')
-rw-r--r-- | audio/mpdscribble/mpdscribble.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpdscribble/mpdscribble.SlackBuild b/audio/mpdscribble/mpdscribble.SlackBuild index 80679428993a..8fb92e3ffd13 100644 --- a/audio/mpdscribble/mpdscribble.SlackBuild +++ b/audio/mpdscribble/mpdscribble.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mpdscribble -# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mpdscribble -VERSION=${VERSION:-0.22} +VERSION=${VERSION:-0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,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 . \ |