r-anvil: auto updated to 1.6.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 02:11:11 +08:00
parent 38c6ae0771
commit e0022fb645

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnVIL
_pkgver=1.6.1
_pkgver=1.6.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.6.2
pkgrel=1
pkgdesc='Bioconductor on the AnVIL compute environment'
arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-withr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('445998e42225555b0b85a800e11fa1b138beb18a97795d713b15f29bec6d2a62')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"