summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:52:32 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:41:36 +0200
commit86d839cd2c786729462385765b7058f6ecf179cd (patch)
tree7a5688c31c7de98eaca5bedb445e9c9c60478d20
parent718228abe28123371d4c31eea721d65cc4d6c36a (diff)
downloadgentoo-86d839cd2c786729462385765b7058f6ecf179cd.tar.gz
gentoo-86d839cd2c786729462385765b7058f6ecf179cd.tar.xz
lxqt-base/lxqt-globalkeys: fix SRC_URI
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild
index edb77f907e7..4322d843551 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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