r-scran: auto updated to 1.28.1-1

This commit is contained in:
BioArchLinuxBot 2023-05-08 12:48:53 +00:00
parent 7ab87f6d69
commit f4b2ff417c

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scran
_pkgver=1.28.0
_pkgver=1.28.1
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgver=1.28.1
pkgrel=1
pkgdesc='Methods for Single-Cell RNA-Seq Data Analysis'
arch=('x86_64')
@ -49,7 +49,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ef4f5b609fd75acf42db3280672f1cb4e155bf9baace92bf205422301e8f0471')
sha256sums=('9735885070cade8291369bc59649ed0ec152fb0e25a66ccc5327f4c2b3ead5e1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"