diff options
Diffstat (limited to 'audio/ncspot/ncspot.SlackBuild')
-rw-r--r-- | audio/ncspot/ncspot.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ncspot/ncspot.SlackBuild b/audio/ncspot/ncspot.SlackBuild index 3801ad58c5..40d6dfb47e 100644 --- a/audio/ncspot/ncspot.SlackBuild +++ b/audio/ncspot/ncspot.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ncspot -VERSION=${VERSION:-0.12.0} +VERSION=${VERSION:-0.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,6 +92,7 @@ cd $PRGNAM-$VERSION # build offline # configuration tells cargo to use the configured directory # for dependencies instead of downloading from crates.io +rm -rf $TMP/$PRGNAM-$VERSION/.cargo mkdir .cargo cat << EOF >> .cargo/config [source.crates-io] |