r-scater: auto updated to 1.32.1-1

This commit is contained in:
BioArchLinuxBot 2024-07-25 00:04:50 +00:00
parent 67b9c24ad4
commit edafca92b0

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scater
_pkgver=1.32.0
_pkgver=1.32.1
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.32.1
pkgrel=1
pkgdesc='Single-Cell Analysis Toolkit for Gene Expression Data in R'
arch=('any')
@ -49,7 +49,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('38ca230af45593033d10a9b7f21b4f5a759beddb26fae9af8027265526cfcc24')
sha256sums=('7559b97f5182441b026092d204c28774148a41099dc3bf1ac22695491d95a280')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"