summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3835bdaa912..4292cdafb0d8 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 = 2021.08.0.296
+ pkgver = 2021.08.0.297
pkgrel = 1
url = http://www.rstudio.org/
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = rstudio-desktop-daily-bin
depends = postgresql-libs
optdepends = pandoc: markdown support
optdepends = pandoc-citeproc: markdown support
- provides = rstudio-desktop-daily=2021.08.0.296
+ provides = rstudio-desktop-daily=2021.08.0.297
conflicts = rstudio-desktop
conflicts = rstudio-desktop-git
conflicts = rstudio-desktop-bin
options = !strip
- source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2021.08.0.296-amd64.deb
- sha256sums_x86_64 = 2b55dd12c90d8b887cee6fd715acd875be6e5e9f616fb0664dc93a94c43b328e
+ source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2021-08.0.297-amd64.deb
+ sha256sums_x86_64 = a293a7c04a359a2b0cf4ba23469db800b1525e60a55a23d81fec8826ba144363
pkgname = rstudio-desktop-daily-bin
diff --git a/PKGBUILD b/PKGBUILD
index 771284200dd7..309c64e0904c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#######################
pkgname=rstudio-desktop-daily-bin
-pkgver=2021.08.0.296
-pkgver_url=2021-08.0.296
+pkgver=2021.08.0.297
+pkgver_url=2021-08.0.297
pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
@@ -23,8 +23,8 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")
options=(!strip)
-sha256sums_x86_64=('2b55dd12c90d8b887cee6fd715acd875be6e5e9f616fb0664dc93a94c43b328e')
-source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-${pkgver}-amd64.deb")
+sha256sums_x86_64=('a293a7c04a359a2b0cf4ba23469db800b1525e60a55a23d81fec8826ba144363')
+source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-${pkgver_url}-amd64.deb")
package() {