mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v2024.04.2.764
This commit is contained in:
parent
f186de0091
commit
209ba9be3a
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = A powerful and productive integrated development environment (IDE) for R programming language
|
||||
pkgver = 2024.04.1.748
|
||||
pkgrel = 4
|
||||
pkgver = 2024.04.2.764
|
||||
pkgrel = 1
|
||||
url = https://github.com/rstudio/rstudio
|
||||
arch = x86_64
|
||||
license = AGPL-3.0-only
|
||||
|
|
@ -38,12 +38,12 @@ pkgbase = rstudio-desktop
|
|||
optdepends = quarto: for Quarto projects support
|
||||
options = !emptydirs
|
||||
options = !debug
|
||||
source = rstudio-2024.04.1.748.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2024.04.1+748.tar.gz
|
||||
source = rstudio-2024.04.2.764.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2024.04.2+764.tar.gz
|
||||
source = git+https://github.com/quarto-dev/quarto.git#branch=release/rstudio-cherry-blossom
|
||||
source = https://github.com/SOCI/soci/archive/refs/tags/v4.0.3.tar.gz
|
||||
source = qt.conf
|
||||
source = 0002-allow_system_node.patch
|
||||
sha256sums = 5c1190ae22e3a25740727ff1f341ef568f47359a0d1358958ec22f7e5b59b75b
|
||||
sha256sums = 89b0d6741b6bd4dac52fd8bd9372d4f1919c97dd41056a03c975d0570eaf439e
|
||||
sha256sums = SKIP
|
||||
sha256sums = 4b1ff9c8545c5d802fbe06ee6cd2886630e5c03bf740e269bb625b45cf934928
|
||||
sha256sums = 723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,9 +3,9 @@
|
|||
pkgname=rstudio-desktop
|
||||
_vermajor=2024
|
||||
_verminor=04
|
||||
_verpatch=1
|
||||
_versuffix=748
|
||||
_gitcommit=3ada7c6
|
||||
_verpatch=2
|
||||
_versuffix=764
|
||||
_gitcommit=e4392fc
|
||||
_gitname=rstudio-rstudio-${_gitcommit}
|
||||
pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix}
|
||||
_srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix}
|
||||
|
|
@ -13,7 +13,7 @@ _pandocver="current"
|
|||
_sociver="4.0.3"
|
||||
_quarto="FALSE"
|
||||
|
||||
pkgrel=4
|
||||
pkgrel=1
|
||||
pkgdesc="A powerful and productive integrated development environment (IDE) for R programming language"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/rstudio/rstudio"
|
||||
|
|
@ -31,7 +31,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs
|
|||
"qt.conf"
|
||||
"0002-allow_system_node.patch")
|
||||
|
||||
sha256sums=('5c1190ae22e3a25740727ff1f341ef568f47359a0d1358958ec22f7e5b59b75b'
|
||||
sha256sums=('89b0d6741b6bd4dac52fd8bd9372d4f1919c97dd41056a03c975d0570eaf439e'
|
||||
'SKIP'
|
||||
'4b1ff9c8545c5d802fbe06ee6cd2886630e5c03bf740e269bb625b45cf934928'
|
||||
'723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue