x11-misc/pcmanfm-qt: fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 15 Apr 2018 08:01:37 +0000 (10:01 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Apr 2018 12:42:28 +0000 (14:42 +0200)
x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild

index ab3cd6f7eb53c36631c5e8b1eede305a797f6211..4ad9ae3b85f3b253518a57d66584d42b38e61ed0 100644 (file)
@@ -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