commit:     718228abe28123371d4c31eea721d65cc4d6c36a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 07:52:01 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:41:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718228ab

lxqt-base/lxqt-notificationd: fix SRC_URI

 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index 2740832f156..ed3229c4ebc 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
@@ -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
@@ -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
 

Reply via email to