r-biocparallel: auto updated to 1.28.3-1

This commit is contained in:
starsareintherose 2021-12-23 09:28:19 +08:00
parent 1ae4d2a628
commit c0ce2c6dbc

View file

@ -4,7 +4,7 @@
_pkgname=BiocParallel
_pkgver=1.28.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.28.3
pkgrel=1
pkgdesc='Bioconductor facilities for parallel evaluation'
arch=('x86_64')
@ -39,7 +39,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('172dc143e5d1f8427bbad1b8dbb95730ac3b53dcb32274a847f81b43453d7752')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"