r-annotationtools: auto updated to 1.70.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:48:46 +00:00
parent 480e8537a5
commit d2cf6246d6

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annotationTools _pkgname=annotationTools
_pkgver=1.68.0 _pkgver=1.70.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.68.0 pkgver=1.70.0
pkgrel=2 pkgrel=1
pkgdesc='Annotate microarrays and perform cross-species gene expression analyses using flat file databases' pkgdesc='Annotate microarrays and perform cross-species gene expression analyses using flat file databases'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -17,7 +17,7 @@ optdepends=(
r-biocstyle r-biocstyle
) )
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=('70b7f8eb939cbf802442a61a5990cf4d109172d4f8160b28c7405ae416d72d3f') sha256sums=('a1b0f9ac64c402f0de44b9c5a79f1deccaf1b4010dd989379043b5f889204b88')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"