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 <joe@wt.gd>
This commit is contained in:
Joe Kappus
2023-01-11 16:51:12 -05:00
parent 9ba8d94001
commit 32f49c5e31

View File

@@ -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"