r-geoquery: auto updated to 2.62.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-15 21:11:00 +08:00
parent 7315744012
commit c7c5bcde30

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GEOquery _pkgname=GEOquery
_pkgver=2.62.1 _pkgver=2.62.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=2.62.2
pkgrel=1 pkgrel=1
pkgdesc='Get data from NCBI Gene Expression Omnibus (GEO)' pkgdesc='Get data from NCBI Gene Expression Omnibus (GEO)'
arch=('any') arch=('any')
@ -31,7 +31,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a') sha256sums=('bcd7b1df3ab89ef14664fb4b2358f655ccc04995d287739440af61522ec8ccc2')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"