summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:53:36 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:41:47 +0200
commitfa40547a0580054b5e586900d52b33e9c2831383 (patch)
tree2ea6c74543db432e37bd502ad779683bd1db981e
parentlxqt-base/lxqt-l10n: fix SRC_URI (diff)
downloadgentoo-fa40547a0580054b5e586900d52b33e9c2831383.tar.gz
gentoo-fa40547a0580054b5e586900d52b33e9c2831383.tar.bz2
gentoo-fa40547a0580054b5e586900d52b33e9c2831383.zip
lxqt-base/lxqt-powermanagement: fix SRC_URI
-rw-r--r--lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
index 6bf480e9806f..f46c3851953b 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-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