diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:45:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:40:39 +0200 |
commit | f5c444ec2d809cd7aaadc61418739c6ff721b33e (patch) | |
tree | 6e47135845a01a7f2c8dd40195bbcc1f2d6fd304 /lxqt-base | |
parent | profiles/arch/arm64: Stable-mask app-text/xmlto[latex] (diff) | |
download | gentoo-f5c444ec2d809cd7aaadc61418739c6ff721b33e.tar.gz gentoo-f5c444ec2d809cd7aaadc61418739c6ff721b33e.tar.bz2 gentoo-f5c444ec2d809cd7aaadc61418739c6ff721b33e.zip |
lxqt-base/lxqt-qtplugin: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/8009
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild index ab832aa26183..26d92bfb529f 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-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 |