summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-04-28 09:48:07 +0200
committera8212024-04-28 10:21:15 +0200
commit6cc3a7f76137c014f0c75bbc6fca5c0e0cbd867a (patch)
treea1dbd1763a3991d9f793239f82de57519d3acfb6 /PKGBUILD
parentbe63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5 (diff)
downloadaur-shiny-server.tar.gz
Version 1.15.22.1017
* Update dependencies; seems python is needed * setuptools is needed for distutils which has been deprecated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8345abba5755..17d22f588a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,26 @@
# Maintainer: a821
pkgname=shiny-server
-pkgver=1.5.21.1012
+pkgver=1.5.22.1017
pkgrel=1
pkgdesc="Host Shiny applications over the web"
arch=('x86_64')
url="https://rstudio.com/shiny/server"
-license=('AGPL3')
-depends=('r')
-makedepends=('git' 'cmake' 'wget' 'python')
+license=('AGPL-3.0-only')
+depends=('r' 'python')
+makedepends=('git' 'cmake' 'wget' 'python-setuptools')
optdepends=(
'r-shiny: build interactive web apps with R' # AUR
'r-rmarkdown: convert R markdown docs to various formats' # AUR
)
-_commit="be6a1899ce9ac74572bdbc7e7a3ce1f62e49635c" # v1.5.21.1012
-source=("git+https://github.com/rstudio/shiny-server#commit=${_commit}"
+source=("git+https://github.com/rstudio/shiny-server#commit=v$pkgver"
"${pkgname}.service"
"${pkgname}.sysusers"
"${pkgname}.tmpfiles")
-sha256sums=("SKIP"
- "1dc3401a3d87ef27ae026dc45bc374c2763b2819384ef8f326b4b7a12201ef42"
- "e56bfe2b7bf85fdc72d1080ab2d08a54c52928a0dc25cdbeff1302981aa18e30"
- "27538c6961fdb70f168be6d7c5754c474dd221dff0dcf639181d5803d6646a54")
+sha256sums=('e1fd5bf2e627b89f317cde7f1dbba7904bd6d2d7aca6531fba753bcc162755ad'
+ '1dc3401a3d87ef27ae026dc45bc374c2763b2819384ef8f326b4b7a12201ef42'
+ 'e56bfe2b7bf85fdc72d1080ab2d08a54c52928a0dc25cdbeff1302981aa18e30'
+ '27538c6961fdb70f168be6d7c5754c474dd221dff0dcf639181d5803d6646a54')
backup=("etc/shiny-server/shiny-server.conf")
prepare() {