r-arrayexpress: auto updated to 1.66.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-10 00:27:11 +00:00
parent 991b85a00a
commit 693651ef0a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ArrayExpress
_pkgver=1.64.0
_pkgver=1.66.0
pkgname=r-${_pkgname,,}
pkgver=1.64.0
pkgver=1.66.0
pkgrel=1
pkgdesc='Access the ArrayExpress Microarray Database at EBI and build Bioconductor data structures: ExpressionSet, AffyBatch, NChannelSet'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-affy
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('245fe1654c6aae4fe4d1e6a318f92ca99e8114d4c7e6ceeda82913102f80a6a9')
sha256sums=('9cee1aa7f14ae6cd20d0a4032e27c95f154900a3172356c27bb0f55f807bf5d9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"