From 32f49c5e31f317bf84adecc0b93a90de4e0852dd Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Wed, 11 Jan 2023 16:51:12 -0500 Subject: [PATCH] sci-mathematics/rstudio-desktop-bin: fix SRC_URI Used PVR before, using PV now so revbumps won't break the ebuild. Signed-off-by: Joe Kappus --- .../rstudio-desktop-bin-2022.12.0_p353.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild index 043daf034d..895f238dd1 100644 --- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild +++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild @@ -15,7 +15,7 @@ inherit chromium-2 linux-info optfeature rpm xdg DESCRIPTION="IDE for R and Python" HOMEPAGE="https://posit.co" -SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/_p/-}-x86_64.rpm" +SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PV/_p/-}-x86_64.rpm" LICENSE="AGPL-3" SLOT="0"