mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
2024.09.1.394
This commit is contained in:
parent
7e206871d3
commit
ecfdbd2cbe
2 changed files with 8 additions and 8 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.09.0.375
|
||||
pkgrel = 8
|
||||
pkgver = 2024.09.1.394
|
||||
pkgrel = 1
|
||||
url = https://github.com/rstudio/rstudio
|
||||
arch = x86_64
|
||||
license = AGPL-3.0-only
|
||||
|
|
@ -38,10 +38,10 @@ pkgbase = rstudio-desktop
|
|||
conflicts = rstudio-desktop
|
||||
options = !emptydirs
|
||||
options = !debug
|
||||
source = rstudio-2024.09.0.375-c8fc7ae.tar.gz::https://github.com/rstudio/rstudio/archive/c8fc7aee6dc218d5687553f9041c6b1e5ea268ff.tar.gz
|
||||
source = rstudio-2024.09.1.394-a1fe401.tar.gz::https://github.com/rstudio/rstudio/archive/a1fe401fc08c232d470278d1bc362d05d79753d9.tar.gz
|
||||
source = quarto::git+https://github.com/quarto-dev/quarto.git#branch=release/rstudio-cranberry-hibiscus
|
||||
source = soci-4.0.3.tar.gz::https://github.com/SOCI/soci/archive/refs/tags/v4.0.3.tar.gz
|
||||
sha256sums = 8a814995b12769135c25b9753d89cbae4cc39d7e5dca057acc0d7f0c29c0d6f6
|
||||
sha256sums = ee1e87413362dfeafe2a0389cef6d30dcd1a67d178344fe4c8e9e51517c43789
|
||||
sha256sums = SKIP
|
||||
sha256sums = 4b1ff9c8545c5d802fbe06ee6cd2886630e5c03bf740e269bb625b45cf934928
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -12,13 +12,13 @@
|
|||
: ${_quarto_branch:=release/rstudio-cranberry-hibiscus}
|
||||
: ${_quarto:=false}
|
||||
|
||||
: ${_commit:=c8fc7aee6dc218d5687553f9041c6b1e5ea268ff} # 2024.09.0+375
|
||||
: ${_commit:=a1fe401fc08c232d470278d1bc362d05d79753d9} # 2024.09.1+394
|
||||
|
||||
## basic info
|
||||
_pkgname="rstudio-desktop"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=2024.09.0.375
|
||||
pkgrel=8
|
||||
pkgver=2024.09.1.394
|
||||
pkgrel=1
|
||||
pkgdesc="A powerful and productive integrated development environment (IDE) for R programming language"
|
||||
url="https://github.com/rstudio/rstudio"
|
||||
license=('AGPL-3.0-only')
|
||||
|
|
@ -79,7 +79,7 @@ source=(
|
|||
"soci-$_sociver.tar.gz"::"https://github.com/SOCI/soci/archive/refs/tags/v${_sociver}.tar.gz"
|
||||
)
|
||||
sha256sums=(
|
||||
'8a814995b12769135c25b9753d89cbae4cc39d7e5dca057acc0d7f0c29c0d6f6'
|
||||
'ee1e87413362dfeafe2a0389cef6d30dcd1a67d178344fe4c8e9e51517c43789'
|
||||
'SKIP'
|
||||
'4b1ff9c8545c5d802fbe06ee6cd2886630e5c03bf740e269bb625b45cf934928'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue