From a85b597fc6709c5f9167d07a7d78a1ced96755c4 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Jul 2019 00:13:51 +0200 Subject: [PATCH] mpc-qt: change distfile to sources.voidlinux.org the upstream github account seems to be deleted --- srcpkgs/mpc-qt/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mpc-qt/template b/srcpkgs/mpc-qt/template index ae808c894ef..182072df113 100644 --- a/srcpkgs/mpc-qt/template +++ b/srcpkgs/mpc-qt/template @@ -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 " 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