diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:53:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:41:41 +0200 |
commit | e27f4c66fd0b4091e22baab4c433c32fd599caf3 (patch) | |
tree | 5e299e107f0b04db9c2f82c62e34e0c06b8f40fb /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: fix SRC_URI (diff) | |
download | gentoo-e27f4c66fd0b4091e22baab4c433c32fd599caf3.tar.gz gentoo-e27f4c66fd0b4091e22baab4c433c32fd599caf3.tar.bz2 gentoo-e27f4c66fd0b4091e22baab4c433c32fd599caf3.zip |
lxqt-base/lxqt-l10n: fix SRC_URI
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild index 9feb7d9b7e2d..730a29ddb36d 100644 --- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild +++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.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=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="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 |