audio/clementine: Updated for version 1.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-04-24 00:28:08 +07:00
parent f6cc4ffb8c
commit 614baae83a
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
PRGNAM=clementine
DIRNAM=Clementine
VERSION=${VERSION:-1.3}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
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
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="clementine"
VERSION="1.3"
VERSION="1.3.1"
HOMEPAGE="http://www.clementine-player.org/"
DOWNLOAD="https://github.com/clementine-player/Clementine/archive/1.3.tar.gz"
MD5SUM="8704ee6e8e508fee374c5697b7d75a96"
DOWNLOAD="https://github.com/clementine-player/Clementine/archive/1.3.1.tar.gz"
MD5SUM="04ce1c102841282e620d4caae2a897a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint cryptopp libechonest protobuf"