mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v2023.09.1.494
This commit is contained in:
parent
a000a107ba
commit
3aed8273a5
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 = 2023.09.0.463
|
||||
pkgver = 2023.09.1.494
|
||||
pkgrel = 2
|
||||
url = https://www.rstudio.com/products/rstudio/
|
||||
arch = x86_64
|
||||
|
|
@ -37,12 +37,12 @@ pkgbase = rstudio-desktop
|
|||
optdepends = openssh-askpass: for a git ssh access
|
||||
optdepends = quarto: for Quarto projects support
|
||||
noextract = gin-2.1.2.zip
|
||||
source = rstudio-2023.09.0.463.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2023.09.0+463.tar.gz
|
||||
source = rstudio-2023.09.1.494.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2023.09.1+494.tar.gz
|
||||
source = https://github.com/quarto-dev/quarto/archive/refs/heads/release/rstudio-cherry-blossom.zip
|
||||
source = https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.gz
|
||||
source = qt.conf
|
||||
source = pandoc_version.patch
|
||||
sha256sums = b9bf940513ee7a2d96d636963a400e60bfc263865f9b90e69866f5164a53a684
|
||||
sha256sums = 38526a5816e980b12aeaef7debd2151f08ef2e54fed83af2622eb7cdeeb479a2
|
||||
sha256sums = df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6
|
||||
sha256sums = 2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b
|
||||
sha256sums = 723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,9 +3,9 @@
|
|||
pkgname=rstudio-desktop
|
||||
_vermajor=2023
|
||||
_verminor=09
|
||||
_verpatch=0
|
||||
_versuffix=463
|
||||
_gitcommit=b51c81c
|
||||
_verpatch=1
|
||||
_versuffix=494
|
||||
_gitcommit=cd7011d
|
||||
_gitname=rstudio-rstudio-${_gitcommit}
|
||||
pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix}
|
||||
_srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix}
|
||||
|
|
@ -33,7 +33,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs
|
|||
"qt.conf"
|
||||
"pandoc_version.patch")
|
||||
|
||||
sha256sums=('b9bf940513ee7a2d96d636963a400e60bfc263865f9b90e69866f5164a53a684'
|
||||
sha256sums=('38526a5816e980b12aeaef7debd2151f08ef2e54fed83af2622eb7cdeeb479a2'
|
||||
'df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6'
|
||||
'2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b'
|
||||
'723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue