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-libs | |
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-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 6b20dd47..492cb837 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-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 ~ppc64 ~riscv ~x86" fi |