r-geoquery: auto updated to 2.64.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:38:23 +00:00
parent 9c9e548a54
commit 11d7bab073

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.2 _pkgver=2.64.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.62.2 pkgver=2.64.0
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=('bcd7b1df3ab89ef14664fb4b2358f655ccc04995d287739440af61522ec8ccc2') sha256sums=('3f1a750ac1a7262ad6ac1d4ca69197e4fd64d53e9408f7b2e0be982fee994158')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"