r-sparsematrixstats: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:09:42 +00:00
parent 9c861a3fe2
commit 6d762718ee

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sparseMatrixStats _pkgname=sparseMatrixStats
_pkgver=1.6.0 _pkgver=1.8.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.6.0 pkgver=1.8.0
pkgrel=2 pkgrel=1
pkgdesc='Summary Statistics for Rows and Columns of Sparse Matrices' pkgdesc='Summary Statistics for Rows and Columns of Sparse Matrices'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -23,7 +23,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a19bc467a08fed614c5905d6d2db5fab56d3781bf80993752287d86a1491d845') sha256sums=('a28fe0592793913b2c9c553bb15c71f741992ce88d27544475eb977bbc9a225c')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"