commit: cd45d036154ae88179078883c4387f6a75a86b7f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 17 16:34:24 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Mar 20 11:36:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd45d036
dev-util/lxqt-build-tools: use HTTPS, fix SRC_URI Closes: https://github.com/gentoo/gentoo/pull/7490 dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild index 566008f0bf5..2e7a30904d4 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="LXQt Build tools" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else - SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi
