diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:48:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:40:55 +0200 |
commit | 18bcab6871569fed80c97704155347d99f7cf6f9 (patch) | |
tree | eece2f229507404348b8155caf94e9c4c51e7e48 /lxqt-base | |
parent | lxqt-base/liblxqt: fix SRC_URI (diff) | |
download | gentoo-18bcab6871569fed80c97704155347d99f7cf6f9.tar.gz gentoo-18bcab6871569fed80c97704155347d99f7cf6f9.tar.bz2 gentoo-18bcab6871569fed80c97704155347d99f7cf6f9.zip |
lxqt-base/lxqt-common: fix SRC_URI
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild index 57329852a9a0..f2d3b2d66aa3 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-0.11.0.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 |