mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user