r-nnnorm: auto updated to 2.70.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 05:33:33 +00:00
parent d990fced34
commit bc92524c6d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=nnNorm
_pkgver=2.68.0
_pkgver=2.70.0
pkgname=r-${_pkgname,,}
pkgver=2.68.0
pkgver=2.70.0
pkgrel=1
pkgdesc='Spatial and intensity based normalization of cDNA microarray data based on robust neural nets'
arch=('any')
@ -14,7 +14,7 @@ depends=(
r-marray
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('0ec580c3a2bb051c578e922a15b86b8aa6f7280f4ab603e538ff2b7faea273e4')
sha256sums=('b65838b641d006c942eb73ce20854cfd77c46bad760e5265c7144a97576b23b3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"