summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212023-12-17 22:33:35 +0100
committera8212023-12-17 22:34:10 +0100
commitbe63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5 (patch)
tree20cc6a4c02c0c3dba7d86358596bd8bac45ec4a6 /PKGBUILD
parent83f152b2d2586907eb42a38e8538df91bdc86082 (diff)
downloadaur-be63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5.tar.gz
Version 1.5.21.1012
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {