mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v2024.04.1.748
This commit is contained in:
parent
d12197181a
commit
3cf63b6b91
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = A powerful and productive integrated development environment (IDE) for R programming language
|
||||
pkgver = 2024.04.0.735
|
||||
pkgver = 2024.04.1.748
|
||||
pkgrel = 1
|
||||
url = https://www.rstudio.com/products/rstudio/
|
||||
arch = x86_64
|
||||
|
|
@ -36,12 +36,12 @@ pkgbase = rstudio-desktop
|
|||
optdepends = subversion: for subversion support
|
||||
optdepends = openssh-askpass: for a git ssh access
|
||||
optdepends = quarto: for Quarto projects support
|
||||
source = rstudio-2024.04.0.735.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2024.04.0+735.tar.gz
|
||||
source = rstudio-2024.04.1.748.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2024.04.1+748.tar.gz
|
||||
source = https://github.com/quarto-dev/quarto/archive/refs/heads/release/rstudio-cherry-blossom.zip
|
||||
source = https://nodejs.org/dist/v18.19.1/node-v18.19.1-linux-x64.tar.gz
|
||||
source = qt.conf
|
||||
source = pandoc_version.patch
|
||||
sha256sums = 15dfab3e794b24dbc80093b83bda87a77b7ab197faa8b09fcbad84fc68985960
|
||||
sha256sums = 5c1190ae22e3a25740727ff1f341ef568f47359a0d1358958ec22f7e5b59b75b
|
||||
sha256sums = df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6
|
||||
sha256sums = 724802c45237477dbe5777923743e6c77906830cae03a82b5653ebd75b301dda
|
||||
sha256sums = 723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,9 +3,9 @@
|
|||
pkgname=rstudio-desktop
|
||||
_vermajor=2024
|
||||
_verminor=04
|
||||
_verpatch=0
|
||||
_versuffix=735
|
||||
_gitcommit=a00d0e7
|
||||
_verpatch=1
|
||||
_versuffix=748
|
||||
_gitcommit=3ada7c6
|
||||
_gitname=rstudio-rstudio-${_gitcommit}
|
||||
pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix}
|
||||
_srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix}
|
||||
|
|
@ -31,7 +31,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs
|
|||
"qt.conf"
|
||||
"pandoc_version.patch")
|
||||
|
||||
sha256sums=('15dfab3e794b24dbc80093b83bda87a77b7ab197faa8b09fcbad84fc68985960'
|
||||
sha256sums=('5c1190ae22e3a25740727ff1f341ef568f47359a0d1358958ec22f7e5b59b75b'
|
||||
'df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6'
|
||||
'724802c45237477dbe5777923743e6c77906830cae03a82b5653ebd75b301dda'
|
||||
'723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue