mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/ncmpc: Updated for version 0.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e81ed8339
commit
ed549b5635
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
||||||
# Modified by the SlackBuilds.org project
|
# Modified by the SlackBuilds.org project
|
||||||
|
|
||||||
PRGNAM=ncmpc
|
PRGNAM=ncmpc
|
||||||
VERSION=${VERSION:-0.21}
|
VERSION=${VERSION:-0.24}
|
||||||
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 $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ncmpc"
|
PRGNAM="ncmpc"
|
||||||
VERSION="0.21"
|
VERSION="0.24"
|
||||||
HOMEPAGE="http://www.musicpd.org/clients/ncmpc/"
|
HOMEPAGE="http://www.musicpd.org/clients/ncmpc/"
|
||||||
DOWNLOAD="http://www.musicpd.org/download/ncmpc/0/ncmpc-0.21.tar.bz2"
|
DOWNLOAD="http://www.musicpd.org/download/ncmpc/0/ncmpc-0.24.tar.xz"
|
||||||
MD5SUM="f26658e84ce08019bf3fe5857f6f4014"
|
MD5SUM="0717193f38446780372f2a8907316362"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libmpdclient"
|
REQUIRES="libmpdclient"
|
||||||
|
|
Loading…
Reference in a new issue