r-scarray: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-29 05:59:13 +00:00
parent 1a18440c23
commit f470e5b197

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SCArray
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgrel=5
pkgver=1.8.0
pkgrel=1
pkgdesc='Large-scale single-cell RNA-seq data manipulation with GDS files'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-uwot
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2b019e67a3fa7ef4c636cf06f3f1cf44386d497221536dfbc2451e045b133033')
sha256sums=('a2545119041b19a68fb63f2bd106daef6bdc5b90a622c5643a1cd8fac98feba3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"