summaryrefslogtreecommitdiffstats
path: root/audio/clementine/clementine.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-17 14:17:19 +0100
committer Matteo Bernardini2021-01-17 14:17:19 +0100
commit90d86adad9ae7e12b1c7d100f8e39c84ede2f569 (patch)
treecfc4120f61bc72c8cc42eede89b3d8b27012c3e8 /audio/clementine/clementine.SlackBuild
parent5dc8921c2c7726bc663f3a57b2b6c4dda1317633 (diff)
downloadslackbuilds-bb8c7914b34db18d0c5fe75bb515ef1fe81ae656.tar.gz
20210117.1 global branch merge.current-20210117.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/clementine/clementine.SlackBuild')
-rw-r--r--audio/clementine/clementine.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index aeeeac98c2..e4fd4b5db0 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,8 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-1.4.0rc1}
+VERSION=${VERSION:-1.4.0rc1_420_g596cd9b0a}
+SRCVER=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVER
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.xz
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \