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 /dev-util/lxqt-build-tools | |
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 'dev-util/lxqt-build-tools')
-rw-r--r-- | dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index 759cf554..3d8c626d 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-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 ~hppa ~ppc64 ~riscv ~x86" fi |