summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:57:15 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:42:15 +0200
commitaa30013ac625b71e6ca6efaa097026ad47a8d1e3 (patch)
treeddc13af37b3e441cf8ae6de0ada4db50f7f1416a /lxqt-base
parentlxqt-base/lxqt-runner: fix SRC_URI (diff)
downloadgentoo-aa30013ac625b71e6ca6efaa097026ad47a8d1e3.tar.gz
gentoo-aa30013ac625b71e6ca6efaa097026ad47a8d1e3.tar.bz2
gentoo-aa30013ac625b71e6ca6efaa097026ad47a8d1e3.zip
lxqt-base/lxqt-sudo: fix SRC_URI
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
index b709bb82dc0e..35f6e2a6cb35 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-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