r-sc3: auto updated to 1.28.1-1

This commit is contained in:
BioArchLinuxBot 2023-05-08 12:38:20 +00:00
parent 10413c7d17
commit e94f8ac985

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SC3
_pkgver=1.28.0
_pkgver=1.28.1
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgver=1.28.1
pkgrel=1
pkgdesc='Single-Cell Consensus Clustering'
arch=('x86_64')
@ -36,7 +36,7 @@ optdepends=(
r-scater
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fbc5301bf396cd12c00493879df53c6c260fdeb442e2627fcc62fb3399a99cbb')
sha256sums=('420eb3f97ef5420936a82a9adb81b6e1abf090088583384d163137f3b639738c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"