summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212024-04-28 09:48:07 +0200
committera8212024-04-28 10:21:15 +0200
commit6cc3a7f76137c014f0c75bbc6fca5c0e0cbd867a (patch)
treea1dbd1763a3991d9f793239f82de57519d3acfb6
parentbe63ec5e22eb2f2171847fcc0484dcdfbe7a6ed5 (diff)
downloadaur-6cc3a7f76137c014f0c75bbc6fca5c0e0cbd867a.tar.gz
Version 1.15.22.1017
* Update dependencies; seems python is needed * setuptools is needed for distutils which has been deprecated
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5671b946352e..181e3480ddc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,24 @@
pkgbase = shiny-server
pkgdesc = Host Shiny applications over the web
- pkgver = 1.5.21.1012
+ pkgver = 1.5.22.1017
pkgrel = 1
url = https://rstudio.com/shiny/server
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-only
makedepends = git
makedepends = cmake
makedepends = wget
- makedepends = python
+ makedepends = python-setuptools
depends = r
+ depends = python
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=be6a1899ce9ac74572bdbc7e7a3ce1f62e49635c
+ source = git+https://github.com/rstudio/shiny-server#commit=v1.5.22.1017
source = shiny-server.service
source = shiny-server.sysusers
source = shiny-server.tmpfiles
- sha256sums = SKIP
+ sha256sums = e1fd5bf2e627b89f317cde7f1dbba7904bd6d2d7aca6531fba753bcc162755ad
sha256sums = 1dc3401a3d87ef27ae026dc45bc374c2763b2819384ef8f326b4b7a12201ef42
sha256sums = e56bfe2b7bf85fdc72d1080ab2d08a54c52928a0dc25cdbeff1302981aa18e30
sha256sums = 27538c6961fdb70f168be6d7c5754c474dd221dff0dcf639181d5803d6646a54
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() {