r-singlecellexperiment: auto updated to 1.20.1-1

This commit is contained in:
BioArchLinuxBot 2023-03-20 18:12:22 +00:00
parent 580395bf91
commit 6413aee2ed

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SingleCellExperiment
_pkgver=1.20.0
_pkgver=1.20.1
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc='S4 Classes for Single Cell Data'
arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4fa8af4bb12c045628b6448d63a8fad302e700abfafe0120263c01301c4f2cf9')
sha256sums=('a7a58cfdb50f504f644d4708fc1aec0be7b4d24d7ab5d03f51415c5c99358af7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"