diff options
author | Michael Vetter <g.bluehut@gmail.com> | 2015-01-19 13:31:55 +0100 |
---|---|---|
committer | Michael Vetter <g.bluehut@gmail.com> | 2015-01-19 13:35:59 +0100 |
commit | b8901f136eff718ae5974484e77e37f6d93fbfa1 (patch) | |
tree | 437ac53a81a32808d27b32ce44adffdd1a170044 /lxqt-base/lxqt-powermanagement | |
parent | [qt5-build.eclass] Update SRC_URIs. (diff) | |
download | qt-b8901f136eff718ae5974484e77e37f6d93fbfa1.tar.gz qt-b8901f136eff718ae5974484e77e37f6d93fbfa1.tar.bz2 qt-b8901f136eff718ae5974484e77e37f6d93fbfa1.zip |
[lxqt-base] LXQt SRC_URI change
On 18.01.2015 J. Leclanche announced on the LXDE mailing list that the
package download path will change in a few weeks (with the release of
0.9.0). The change of download paths affacts all version.
The new locations are already working, so here is the change that needs
to be done.
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild index 214b3f74..1308817a 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else - SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz" + SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi |