summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-11-11 05:24:04 +0000
committerxiota2024-11-11 05:24:04 +0000
commitecfdbd2cbeea20103bb97e04c65b8a84a0847d1a (patch)
tree9abfa34c71c394c783b31d0dad10132a0c9e2d1b
parent7e206871d387d4b4743525f9f1d62b7c025ce701 (diff)
downloadaur-ecfdbd2cbeea20103bb97e04c65b8a84a0847d1a.tar.gz
2024.09.1.394
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ca9bb5bc62..0992ee26a030 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 20370a2c9b48..5121bffd7129 100644
--- a/PKGBUILD
+++ b/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'
)