r-epivizrserver: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:59:58 +00:00
parent b34690fc8e
commit 3b3ab08037

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epivizrServer
_pkgver=1.32.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='WebSocket server infrastructure for epivizr apps and packages'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('7abca3c60b08ece28c05954edd75ae68341eb5187af0e74eec875ae845316a85')
sha256sums=('e30a372078bc91e26680931e0d6b93d6910bc2346c889ea744bd8880659edd3b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"