r-scaledmatrix: auto updated to 1.8.1-1

This commit is contained in:
BioArchLinuxBot 2023-05-08 12:16:40 +00:00
parent 3a13b87249
commit a33ff05de9

View file

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