diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-22 19:37:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-22 19:41:27 +0200 |
commit | ddc2480def96c1990897f881109b60e49fc923bb (patch) | |
tree | 329e17ae1a9fc931e11f881bd0c42742ad34af60 /lxqt-base/lxqt-sudo | |
parent | */*: update LXQt HOMEPAGE (diff) | |
download | qt-ddc2480def96c1990897f881109b60e49fc923bb.tar.gz qt-ddc2480def96c1990897f881109b60e49fc923bb.tar.bz2 qt-ddc2480def96c1990897f881109b60e49fc923bb.zip |
*/*: Switch LXQt SRC_URI to github.com/lxqt/${PN}
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-sudo')
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild index d43e1957..f28b029d 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi |