r-linnorm: auto updated to 2.30.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 14:48:03 +00:00
parent 29aad77446
commit d436334885

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Linnorm
_pkgver=2.28.0
_pkgver=2.30.0
pkgname=r-${_pkgname,,}
pkgver=2.28.0
pkgver=2.30.0
pkgrel=1
pkgdesc='Linear model and normality based normalization and transformation method (Linnorm)'
arch=('x86_64')
@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5f96abed62a4a540f4bd340d3878c6907c3911e14633b2723e259dab147746d1')
sha256sums=('90037668f1474409740da8fc158657a96a99a3a823923e506eacccf9b1e9f90e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"