mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
audio/clementine: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6cc4ffb8c
commit
614baae83a
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
PRGNAM=clementine
|
PRGNAM=clementine
|
||||||
DIRNAM=Clementine
|
DIRNAM=Clementine
|
||||||
VERSION=${VERSION:-1.3}
|
VERSION=${VERSION:-1.3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $DIRNAM-$VERSION
|
rm -rf $DIRNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
tar xvf $CWD/$DIRNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||||
cd $DIRNAM-$VERSION
|
cd $DIRNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="clementine"
|
PRGNAM="clementine"
|
||||||
VERSION="1.3"
|
VERSION="1.3.1"
|
||||||
HOMEPAGE="http://www.clementine-player.org/"
|
HOMEPAGE="http://www.clementine-player.org/"
|
||||||
DOWNLOAD="https://github.com/clementine-player/Clementine/archive/1.3.tar.gz"
|
DOWNLOAD="https://github.com/clementine-player/Clementine/archive/1.3.1.tar.gz"
|
||||||
MD5SUM="8704ee6e8e508fee374c5697b7d75a96"
|
MD5SUM="04ce1c102841282e620d4caae2a897a2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="chromaprint cryptopp libechonest protobuf"
|
REQUIRES="chromaprint cryptopp libechonest protobuf"
|
||||||
|
|
Loading…
Reference in a new issue