diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:01:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:42:28 +0200 |
commit | 585020e1e41908a1c1b7472a65941c0f5742e383 (patch) | |
tree | 525f877f8e68156ff3b917eea3633d865b4e219d /x11-misc/pcmanfm-qt | |
parent | media-gfx/lximage-qt: fix SRC_URI (diff) | |
download | gentoo-585020e1e41908a1c1b7472a65941c0f5742e383.tar.gz gentoo-585020e1e41908a1c1b7472a65941c0f5742e383.tar.bz2 gentoo-585020e1e41908a1c1b7472a65941c0f5742e383.zip |
x11-misc/pcmanfm-qt: fix SRC_URI
Diffstat (limited to 'x11-misc/pcmanfm-qt')
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild index ab3cd6f7eb53..4ad9ae3b85f3 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else - SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi |