r-linnorm: auto updated to 2.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:00:19 +00:00
parent a945acd714
commit e0efed51d0

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Linnorm
_pkgver=2.18.0
_pkgver=2.20.0
pkgname=r-${_pkgname,,}
pkgver=2.18.0
pkgrel=2
pkgver=2.20.0
pkgrel=1
pkgdesc='Linear model and normality based normalization and transformation method (Linnorm)'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('12972fb18e7a56bbaa23b5cfb4199c09f8c84b2a5b7acc749b413b6d3f7db6ad')
sha256sums=('eb8bec98ed6e150f62ae481d35af534ba8ebd79c517381c7a6b368fb28a50280')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"