diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:51:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:41:25 +0200 |
commit | 480067a897a52fd8affe3292e8a14e5c511499c7 (patch) | |
tree | dccbc5252f739d28ce6b6dd87810a3327cd429dc /lxqt-base/lxqt-openssh-askpass | |
parent | lxqt-base/libsysstat: fix SRC_URI (diff) | |
download | gentoo-480067a897a52fd8affe3292e8a14e5c511499c7.tar.gz gentoo-480067a897a52fd8affe3292e8a14e5c511499c7.tar.bz2 gentoo-480067a897a52fd8affe3292e8a14e5c511499c7.zip |
lxqt-base/lxqt-openssh-askpass: fix SRC_URI
Diffstat (limited to 'lxqt-base/lxqt-openssh-askpass')
-rw-r--r-- | lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild index 0d0fa8574bba..c39d5dee7cd0 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-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 |