summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2023-06-05 21:45:01 -0700
committerDaniel Chen2023-06-05 21:45:01 -0700
commit822085d16ec1038b59bf432a91534b00b5ee6217 (patch)
tree38f55e7e4fd485e7fab7c27ada7caba68e0a8262
parent0530f5f40dd883650c6ff2828a6f25ee9d8c68b9 (diff)
downloadaur-822085d16ec1038b59bf432a91534b00b5ee6217.tar.gz
2023.06.0.421
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02516590626e..f952ac76b0ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rstudio-desktop-daily-bin
pkgdesc = An integrated development environment (IDE) for R (binary version from RStudio official repository)
- pkgver = 2023.06.0.419
+ pkgver = 2023.06.0.421
pkgrel = 1
url = http://www.rstudio.org/
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = rstudio-desktop-daily-bin
depends = openssl
depends = postgresql-libs
optdepends = pandoc: markdown support
- provides = rstudio-desktop-daily=2023.06.0.419
+ provides = rstudio-desktop-daily=2023.06.0.421
conflicts = rstudio-desktop
conflicts = rstudio-desktop-git
conflicts = rstudio-desktop-bin
options = !strip
- source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2023.06.0-419-amd64.deb
- sha256sums_x86_64 = 6158ff65bab86d154a9288fefa4134c7bf42657f6a23e00ff02e24aae2305535
+ source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2023.06.0-421-amd64.deb
+ sha256sums_x86_64 = c5e551fcdda40dab3524a7568abdbdd1e4497e7324d06a620e5daf326a6e0970
pkgname = rstudio-desktop-daily-bin
diff --git a/PKGBUILD b/PKGBUILD
index 269c02f9b2a5..f90a3606eb18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#######################
pkgname=rstudio-desktop-daily-bin
-pkgver=2023.06.0.419
-pkgver_url=2023.06.0-419
+pkgver=2023.06.0.421
+pkgver_url=2023.06.0-421
pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
@@ -24,9 +24,9 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")
options=(!strip)
-sha256sums_x86_64=('6158ff65bab86d154a9288fefa4134c7bf42657f6a23e00ff02e24aae2305535')
+sha256sums_x86_64=('c5e551fcdda40dab3524a7568abdbdd1e4497e7324d06a620e5daf326a6e0970')
#source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/electron/bionic/amd64/rstudio-${pkgver_url}-amd64.deb")
-source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2023.06.0-419-amd64.deb")
+source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2023.06.0-421-amd64.deb")
package() {