dev-util/lxqt-build-tools: use HTTPS, fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 16:34:24 +0000 (17:34 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 20 Mar 2018 11:36:20 +0000 (22:36 +1100)
Closes: https://github.com/gentoo/gentoo/pull/7490

dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild

index 566008f0bf5fa79a122f0c8c33386f4c87774ccf..2e7a30904d4b2009c39a5921074aa3427d87fda9 100644 (file)
@@ -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