r-scaledmatrix: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 05:19:24 +00:00
parent 4c62c0c559
commit fd6a02e696

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ScaledMatrix
_pkgver=1.2.0
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=2
pkgver=1.4.0
pkgrel=1
pkgdesc='Creating a DelayedMatrix of Scaled and Centered Values'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6c06d4cc4a4cf8a65b88b73ff32884dbdb7512867cf9eb8367fe15fa0221e86f')
sha256sums=('949533de2730ae04794dc386e08e08f46a95471e1f32272fbcf01cbb6a31c05c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"