mpc-qt: change distfile to sources.voidlinux.org

the upstream github account seems to be deleted
This commit is contained in:
John 2019-07-03 00:13:51 +02:00 committed by John Zimmermann
parent 223eaa2e7a
commit a85b597fc6

View file

@ -4,15 +4,16 @@ version=18.08
revision=1
build_style=qmake
configure_args="MPCQT_VERSION=${version}"
hostmakedepends="pkg-config"
hostmakedepends="pkg-config qt5-qmake"
makedepends="qt5-devel qt5-x11extras-devel mpv-devel"
short_desc="Clone of Media Player Classic reimplemented in Qt"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/cmdrkotori/mpc-qt"
distfiles="${homepage}/archive/v${version}.tar.gz"
#distfiles="${homepage}/archive/v${version}.tar.gz"
distfiles="https://sources.voidlinux.org/mpc-qt-18.08/v18.08.tar.gz"
checksum=c58fd90926773c9da8bdfc1a8e4dba0b95cbc58cee6db9981e8de94fd9534406
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-x11extras-devel"
hostmakedepends+=" qt5-x11extras-devel"
fi