summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2022-10-30 18:14:54 -0700
committerDaniel Chen2022-10-30 18:14:54 -0700
commitdf20d60ee64701a908e5d352c7102c6f170c1ebc (patch)
treee20f42a93faf4d926c01e611ff0ae4a040030c32
parentbebd91339195c228ae4381108eed44d2006953b2 (diff)
downloadaur-df20d60ee64701a908e5d352c7102c6f170c1ebc.tar.gz
update: 2022.12.0-daily+295
-rw-r--r--.SRCINFO8
-rw-r--r--Makefile6
-rw-r--r--PKGBUILD10
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d66477273f8..827a1ed9b61f 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 = 2022.12.0.daily.284
+ pkgver = 2022.12.0.daily.295
pkgrel = 1
url = http://www.rstudio.org/
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = rstudio-desktop-daily-bin
depends = openssl-1.0
depends = postgresql-libs
optdepends = pandoc: markdown support
- provides = rstudio-desktop-daily=2022.12.0.daily.284
+ provides = rstudio-desktop-daily=2022.12.0.daily.295
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-daily-284-amd64.deb
- sha256sums_x86_64 = 2e944ac549506e79c8375588eebb18c36587a51fa461bd018e60f3dfb98ddc24
+ source_x86_64 = https://s3.amazonaws.com/rstudio-ide-build/electron/bionic/amd64/rstudio-2022.12.0-daily-295-amd64.deb
+ sha256sums_x86_64 = 1a7c6ea4fba0734fe33a2cc64be70753a418a96f9462a42900c597e63ec72b33
pkgname = rstudio-desktop-daily-bin
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..594575b56f56
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.PHONY: srcinfo
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
+
+all:
+ makepkg -si
diff --git a/PKGBUILD b/PKGBUILD
index 187d27ce4d41..b1ff5b108fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
#######################
pkgname=rstudio-desktop-daily-bin
-pkgver=2022.12.0.daily.284
-pkgver_url=2022.12.0-daily-284
-pkgrel=2
+pkgver=2022.12.0.daily.295
+pkgver_url=2022.12.0-daily-295
+pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
license=('GPL')
@@ -24,9 +24,9 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")
options=(!strip)
-sha256sums_x86_64=('2e944ac549506e79c8375588eebb18c36587a51fa461bd018e60f3dfb98ddc24')
+sha256sums_x86_64=('1a7c6ea4fba0734fe33a2cc64be70753a418a96f9462a42900c597e63ec72b33')
#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-daily-284-amd64.deb")
+source_x86_64=("https://s3.amazonaws.com/rstudio-ide-build/electron/bionic/amd64/rstudio-2022.12.0-daily-295-amd64.deb")
package() {