mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
rstudio-desktop: fix upstream version without v
This commit is contained in:
parent
fcfb85e20a
commit
686f6b92ca
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@ _srcname=rstudio-${pkgver//+/-}
|
|||
_pandocver="current"
|
||||
_quarto="FALSE"
|
||||
pkgrel=1
|
||||
pkgdesc="A powerful and productive integrated development environment (IDE) for R programming language"
|
||||
pkgdesc="A powerful and productive integrated development environment \
|
||||
(IDE) for R programming language"
|
||||
arch=('x86_64')
|
||||
url="https://posit.co/products/open-source/rstudio/"
|
||||
license=('AGPL3')
|
||||
|
@ -19,7 +20,7 @@ optdepends=('git: for git support'
|
|||
'subversion: for subversion support'
|
||||
'openssh-askpass: for a git ssh access'
|
||||
)
|
||||
source=("rstudio-$_pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
source=("rstudio-$_pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/${pkgver}.tar.gz"
|
||||
"https://github.com/quarto-dev/quarto/archive/refs/heads/release/rstudio-cherry-blossom.zip"
|
||||
"qt.conf"
|
||||
"pandoc_version.patch")
|
||||
|
|
Loading…
Add table
Reference in a new issue