diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:56:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:42:04 +0200 |
commit | e39ce217cafc35e4baf867a68e6f9842a912925b (patch) | |
tree | 102565e495832f4198eb2767d20eedd43ce3b1da /lxqt-base | |
parent | lxqt-base/lxqt-session: fix SRC_URI (diff) | |
download | gentoo-e39ce217cafc35e4baf867a68e6f9842a912925b.tar.gz gentoo-e39ce217cafc35e4baf867a68e6f9842a912925b.tar.bz2 gentoo-e39ce217cafc35e4baf867a68e6f9842a912925b.zip |
lxqt-base/lxqt-panel: fix SRC_URI
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild index 44c8aede1399..b4aa45d29c58 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.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=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="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 |