summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8ac26d97319..5155b3937d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# NOTE: If you are experiencing segmentation fault, delete the ".rstudio-desktop" folder from your home directory then restart the program should fix the issue.
pkgname=rstudio-bin
-pkgver=2023.03.0.386
-_pkgver=2023.03.0-386
-pkgrel=2
+pkgver=2023.03.1.446
+_pkgver=2023.03.1-446
+pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
arch=('x86_64')
license=('GPL')
url="http://www.rstudio.org/"
depends=('r>=3.3.0' 'hicolor-icon-theme' 'shared-mime-info' 'openssl'
- 'libxkbcommon-x11' 'libedit' 'postgresql-libs' 'sqlite' 'nss' 'openssl-1.1')
+ 'libxkbcommon-x11' 'libedit' 'postgresql-libs' 'sqlite' 'nss')
makedepends=()
optdepends=(
'clang: C/C++ and Rcpp support'
@@ -21,10 +21,10 @@ provides=("rstudio-desktop=${pkgver}")
options=(!strip)
sha256sums_x86_64=(
-d71b670e3d0f5829d3cf107bba5d4da547ddcc010f62bccf758229891f1a16a4
+464038393a380321afb96793f8775852ce75f29340bd5d49a0c7ccbe77e411c0
)
-source_x86_64=("https://download1.rstudio.org/electron/bionic/amd64/rstudio-${_pkgver}-amd64.deb"
+source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb"
)