r-normalize450k: auto updated to 1.30.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 23:27:05 +00:00
parent 72a2ab9029
commit 1774c4ce3b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=normalize450K
_pkgver=1.28.0
_pkgver=1.30.0
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgver=1.30.0
pkgrel=1
pkgdesc='Preprocessing of Illumina Infinium 450K data'
arch=('any')
@ -16,7 +16,7 @@ depends=(
r-quadprog
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('627f07a87a14f1e587014e593d4f191777a8f555a80542f12163d66a19c0a146')
sha256sums=('3c3eabd9899040d0129368f1aee0c9d1f0c87fcf863bfc3f2f58153aea0df208')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"