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