r-geosubmission: auto updated to 1.58.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 15:24:19 +00:00
parent 38d59b7c9b
commit 813ad8572e

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GEOsubmission
_pkgver=1.56.0
_pkgver=1.58.0
pkgname=r-${_pkgname,,}
pkgver=1.56.0
pkgver=1.58.0
pkgrel=1
pkgdesc='Prepares microarray data for submission to GEO'
arch=('any')
@ -15,7 +15,7 @@ depends=(
r-biobase
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('80392c74e1bc9ca82b3941dd3d0da34df1d39c4b876ffaa928c21979c33673cf')
sha256sums=('02500a4c81de9ed568a49fa4d3699d7bc17ce6b803cadbd93d716e4451d5986b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"