r-singlecellexperiment: auto updated to 1.28.1-1

This commit is contained in:
BioArchLinuxBot 2024-11-12 00:08:13 +00:00
parent fff37ffb6f
commit 1254a2fc4c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SingleCellExperiment
_pkgver=1.28.0
_pkgver=1.28.1
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgver=1.28.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=('f5a65b974f7ed4da1d9af204d7fe48a78173569185fe8193b85676533aad9d3f')
sha256sums=('5d8e920f95fbc2ac63b63f94567beedf39017bc644f015da6e5b30f11ca45dcd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"