diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:00:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:42:21 +0200 |
commit | ad1ce9cd978b8579f96650967784c6e71361e00a (patch) | |
tree | e84f999c2392c25224ea196d6bede9d2372d2d95 /media-gfx | |
parent | lxqt-base/lxqt-sudo: fix SRC_URI (diff) | |
download | gentoo-ad1ce9cd978b8579f96650967784c6e71361e00a.tar.gz gentoo-ad1ce9cd978b8579f96650967784c6e71361e00a.tar.bz2 gentoo-ad1ce9cd978b8579f96650967784c6e71361e00a.zip |
media-gfx/lximage-qt: fix SRC_URI
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild index 77b829b7a64d..3f7e9ec1ad17 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ 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 ~arm ~arm64 ~x86" fi diff --git a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild index 42d9eb9331c2..195fe4cef140 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ 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 |