summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-12-17 22:33:35 +0100
committera8212023-12-17 22:34:10 +0100
commitbe63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5 (patch)
tree20cc6a4c02c0c3dba7d86358596bd8bac45ec4a6
parent83f152b2d2586907eb42a38e8538df91bdc86082 (diff)
downloadaur-be63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5.tar.gz
Version 1.5.21.1012
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f4668034e2..5671b946352e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shiny-server
pkgdesc = Host Shiny applications over the web
- pkgver = 1.5.20.1002
+ pkgver = 1.5.21.1012
pkgrel = 1
url = https://rstudio.com/shiny/server
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = shiny-server
optdepends = r-shiny: build interactive web apps with R
optdepends = r-rmarkdown: convert R markdown docs to various formats
backup = etc/shiny-server/shiny-server.conf
- source = git+https://github.com/rstudio/shiny-server#commit=d9e391bdc743e0f791ba8ead234069d4816b8c39
+ source = git+https://github.com/rstudio/shiny-server#commit=be6a1899ce9ac74572bdbc7e7a3ce1f62e49635c
source = shiny-server.service
source = shiny-server.sysusers
source = shiny-server.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 5d84c0b2f1f7..8345abba5755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: a821
pkgname=shiny-server
-pkgver=1.5.20.1002
+pkgver=1.5.21.1012
pkgrel=1
pkgdesc="Host Shiny applications over the web"
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=(
'r-shiny: build interactive web apps with R' # AUR
'r-rmarkdown: convert R markdown docs to various formats' # AUR
)
-_commit="d9e391bdc743e0f791ba8ead234069d4816b8c39" # v1.5.20.1002
+_commit="be6a1899ce9ac74572bdbc7e7a3ce1f62e49635c" # v1.5.21.1012
source=("git+https://github.com/rstudio/shiny-server#commit=${_commit}"
"${pkgname}.service"
"${pkgname}.sysusers"
@@ -42,7 +42,6 @@ build() {
make
cd ..
./bin/npm install
- ./bin/node ./ext/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js rebuild
}
package() {