summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:47:41 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:40:50 +0200
commit13c89902be4ed3b0a23b8a5f93f48f7dae83e0a5 (patch)
tree182049e491bda08a59572c593f130e35b8d2d5ba
parentdev-libs/libqtxdg: fix SRC_URI (diff)
downloadgentoo-13c89902.tar.gz
gentoo-13c89902.tar.bz2
gentoo-13c89902.zip
lxqt-base/liblxqt: fix SRC_URI
-rw-r--r--lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
index 09a5b3a53e8f..1f4a33b9f2e7 100644
--- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild
@@ -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