mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libmusicbrainz5: Fix download URL and tarball name.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb8d33d891
commit
ba718f06ce
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ BUILD=${BUILD:-1}
|
|||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
SRCNAM=libmusicbrainz
|
||||
SRCNAM=libmusicbrainz-release
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -72,7 +72,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-release-$VERSION
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="libmusicbrainz5"
|
||||
VERSION="5.1.0"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libmusicbrainz"
|
||||
DOWNLOAD="https://github.com/metabrainz/libmusicbrainz/archive/release-5.1.0/libmusicbrainz-5.1.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/metabrainz/libmusicbrainz/archive/release-5.1.0/libmusicbrainz-release-5.1.0.tar.gz"
|
||||
MD5SUM="af786baafb8298e3662903748c85bb89"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue