summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-05-14 19:55:45 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-05-14 19:55:48 -0400
commit4c94f56bbecb6fe2e573193d2950bbbf8bd24c78 (patch)
tree7f24c53e5a94ae7694b4aa8dffaeb853196d3335 /app-emulation
parentapp-emulation/wine-staging: cleanup py3.9 (diff)
downloadgentoo-4c94f56bbecb6fe2e573193d2950bbbf8bd24c78.tar.gz
gentoo-4c94f56bbecb6fe2e573193d2950bbbf8bd24c78.tar.bz2
gentoo-4c94f56bbecb6fe2e573193d2950bbbf8bd24c78.zip
app-emulation/wine-staging: revert SRC_URI to github
While the link works, unfortunately without proper releases this results in the hash being added to S and it would be a pain to update every time. So back to github we go for now (well, not for live). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 4f23f0fc4c4e..b969d1e39e6f 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -19,7 +19,7 @@ else
(( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 1).0
SRC_URI="
https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz
- https://gitlab.winehq.org/wine/wine-staging/-/archive/v${PV}/${P}.tar.bz2"
+ https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="-* ~amd64 ~x86"
fi
S="${WORKDIR}/wine-${PV}"