lxqt-base/lxqt-config: fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 15 Apr 2018 07:49:32 +0000 (09:49 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Apr 2018 12:41:07 +0000 (14:41 +0200)
lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild

index 12f585bd8789b808ba867c93e2712624511648a1..406d90f0f729d06636f8606ec8814a13bc2d423c 100644 (file)
@@ -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="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