r-arrayexpress: auto updated to 1.60.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-29 05:26:18 +00:00
parent 6b2f4b49e5
commit 8e9be5aa62

View file

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