summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:47:04 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:40:44 +0200
commit946067dce0af634ee678c3d5b80f7b09e65d9722 (patch)
treecbb2772a819d82f5ee1c3e56a647cb092bbb45ea /dev-libs/libqtxdg
parentlxqt-base/lxqt-qtplugin: fix SRC_URI (diff)
downloadgentoo-946067dce0af634ee678c3d5b80f7b09e65d9722.tar.gz
gentoo-946067dce0af634ee678c3d5b80f7b09e65d9722.tar.bz2
gentoo-946067dce0af634ee678c3d5b80f7b09e65d9722.zip
dev-libs/libqtxdg: fix SRC_URI
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r--dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
index ed5a953680b7..710701f20200 100644
--- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxde/${PN}.git"
else
- SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~arm64 x86"
fi