r-affycoretools: auto updated to 1.78.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 19:10:48 +00:00
parent 0a9d1263e9
commit 866bfd2ea2

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=affycoretools _pkgname=affycoretools
_pkgver=1.76.0 _pkgver=1.78.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.76.0 pkgver=1.78.0
pkgrel=1 pkgrel=1
pkgdesc='Functions useful for those doing repetitive analyses with Affymetrix GeneChips' pkgdesc='Functions useful for those doing repetitive analyses with Affymetrix GeneChips'
arch=('any') arch=('any')
@ -40,7 +40,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
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=('dc49547685085c9cdc68e0865193388b978bdc0e284d6b23c8cd22e386452370') sha256sums=('2e1301a50c2bae6527a5cbbe23676bf35490d0b860e55285c438eb6b24b7caf7')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"