summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-12-18 13:09:15 +0100
committera8212022-12-18 13:09:15 +0100
commit83f152b2d2586907eb42a38e8538df91bdc86082 (patch)
tree30ce82122f132e158e1929dcdb5482b8156252b9
parent4dacda256f329e1fc1fcfa1e8a48c66934d42841 (diff)
downloadaur-83f152b2d2586907eb42a38e8538df91bdc86082.tar.gz
Version 1.5.20.1002
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2374d914b4..12f4668034e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shiny-server
pkgdesc = Host Shiny applications over the web
- pkgver = 1.5.19.995
+ pkgver = 1.5.20.1002
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=f917dd27abb3016754f9b24b52dd4aa522f7db23
+ source = git+https://github.com/rstudio/shiny-server#commit=d9e391bdc743e0f791ba8ead234069d4816b8c39
source = shiny-server.service
source = shiny-server.sysusers
source = shiny-server.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 5f63a7560ee1..5d84c0b2f1f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: a821
pkgname=shiny-server
-pkgver=1.5.19.995
+pkgver=1.5.20.1002
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="f917dd27abb3016754f9b24b52dd4aa522f7db23" # v1.5.19.995
+_commit="d9e391bdc743e0f791ba8ead234069d4816b8c39" # v1.5.20.1002
source=("git+https://github.com/rstudio/shiny-server#commit=${_commit}"
"${pkgname}.service"
"${pkgname}.sysusers"