mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v2023.03.2+454
This commit is contained in:
parent
f813b566c7
commit
a31f10271d
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = A powerful and productive integrated development environment (IDE) for R programming language
|
||||
pkgver = 2023.03.1.446
|
||||
pkgver = 2023.03.2.454
|
||||
pkgrel = 1
|
||||
url = https://www.rstudio.com/products/rstudio/
|
||||
arch = x86_64
|
||||
|
|
@ -42,13 +42,13 @@ pkgbase = rstudio-desktop
|
|||
conflicts = rstudio-desktop-preview
|
||||
conflicts = rstudio-desktop-git
|
||||
noextract = gin-2.1.2.zip
|
||||
source = rstudio-2023.03.1.446.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2023.03.1+446.tar.gz
|
||||
source = rstudio-2023.03.2.454.tar.gz::https://github.com/rstudio/rstudio/archive/refs/tags/v2023.03.2+454.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 = e3a70d784096c8c081cb4f5a9f8cdafe5296c9469d569f0a4546fe7d8285ffd0
|
||||
sha256sums = SKIP
|
||||
sha256sums = e11c323f3396877f417e8d4afec700e02399504c1505fed1fd127b32b2b23214
|
||||
sha256sums = df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6
|
||||
sha256sums = 2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b
|
||||
sha256sums = 723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921
|
||||
sha256sums = 286925c442c1818979714feeec1577f03ae8a3527d2478b0f55238e2272a0b9e
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -5,9 +5,9 @@
|
|||
pkgname=rstudio-desktop
|
||||
_vermajor="2023"
|
||||
_verminor="03"
|
||||
_verpatch="1"
|
||||
_versuffix="446"
|
||||
_gitcommit="6e31ffc"
|
||||
_verpatch="2"
|
||||
_versuffix="454"
|
||||
_gitcommit="0ec678e"
|
||||
_gitname=rstudio-rstudio-${_gitcommit}
|
||||
pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix}
|
||||
_srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix}
|
||||
|
|
@ -37,8 +37,8 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs
|
|||
"qt.conf"
|
||||
"pandoc_version.patch")
|
||||
|
||||
sha256sums=('e3a70d784096c8c081cb4f5a9f8cdafe5296c9469d569f0a4546fe7d8285ffd0'
|
||||
'SKIP'
|
||||
sha256sums=('e11c323f3396877f417e8d4afec700e02399504c1505fed1fd127b32b2b23214'
|
||||
'df3a040f0cf4ce1892519082dd6822a8ca433e9e4f02d9394ab2931733f7e5a6'
|
||||
'2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b'
|
||||
'723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921'
|
||||
'286925c442c1818979714feeec1577f03ae8a3527d2478b0f55238e2272a0b9e')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue