Skip to content

Commit

Permalink
lxqt-base/lxqt-qtplugin: fix SRC_URI
Browse files Browse the repository at this point in the history
Closes: gentoo#8009
  • Loading branch information
mm1ke authored and SoapGentoo committed Apr 15, 2018
1 parent fb8aa53 commit f5c444e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit f5c444e

Please sign in to comment.