summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2022-12-17 15:39:27 -0800
committerDaniel Chen2022-12-17 15:39:27 -0800
commit738008646a3ca469b756cf0fba299e1214e99abd (patch)
tree745e6c4f6503a702c8854579a446b8a3d970973f
parent0cac8cdde0d7c52c9d23f4d7b9925500fd3b64e0 (diff)
downloadaur-738008646a3ca469b756cf0fba299e1214e99abd.tar.gz
manual update to 2022.12.0-354
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95dd35587a72..65734897b2f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rstudio-desktop-daily-bin
pkgdesc = An integrated development environment (IDE) for R (binary version from RStudio official repository)
- pkgver = 2022.12.0.353
- pkgrel = 2
+ pkgver = 2022.12.0.354
+ pkgrel = 1
url = http://www.rstudio.org/
arch = x86_64
license = GPL
@@ -14,12 +14,12 @@ pkgbase = rstudio-desktop-daily-bin
depends = openssl-1.1
depends = postgresql-libs
optdepends = pandoc: markdown support
- provides = rstudio-desktop-daily=2022.12.0.353
+ provides = rstudio-desktop-daily=2022.12.0.354
conflicts = rstudio-desktop
conflicts = rstudio-desktop-git
conflicts = rstudio-desktop-bin
options = !strip
- source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/electron/bionic/amd64/rstudio-2022.12.0-353-amd64.deb
- sha256sums_x86_64 = 23cae58f8ed1a7d7b96b266287a2fde67871b112339bbb95a203c6e672920083
+ source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2022.12.0-354-amd64.deb
+ sha256sums_x86_64 = 36cb4060af43958f59218fd034829a6bc76418ddeb27416a0198f27dd58f9a25
pkgname = rstudio-desktop-daily-bin
diff --git a/PKGBUILD b/PKGBUILD
index f26116ad200b..4361b757393a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
#######################
pkgname=rstudio-desktop-daily-bin
-pkgver=2022.12.0.353
-pkgver_url=2022.12.0-353
-pkgrel=2
+pkgver=2022.12.0.354
+pkgver_url=2022.12.0-354
+pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
license=('GPL')
@@ -24,9 +24,8 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")
options=(!strip)
-sha256sums_x86_64=('23cae58f8ed1a7d7b96b266287a2fde67871b112339bbb95a203c6e672920083')
-#source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-${pkgver_url}-amd64.deb")
-source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/electron/bionic/amd64/rstudio-2022.12.0-353-amd64.deb")
+sha256sums_x86_64=('36cb4060af43958f59218fd034829a6bc76418ddeb27416a0198f27dd58f9a25')
+source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-${pkgver_url}-amd64.deb")
package() {