diff options
author | BioArchLinuxBot | 2025-04-27 16:38:56 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-27 16:38:56 +0000 |
commit | 836c94c114932025bec4398770c4c666a8a8c3c6 (patch) | |
tree | dc11075604804e0391793e510dd9832a6f81dcd2 | |
parent | c1e4da0e725f4d14007d7b62d8e92e0d55f5a85f (diff) | |
download | aur-r-affycoretools.tar.gz |
[lilac] updated to 1.80.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-affycoretools pkgdesc = Functions useful for those doing repetitive analyses with Affymetrix GeneChips - pkgver = 1.78.0 + pkgver = 1.80.0 pkgrel = 1 url = https://bioconductor.org/packages/affycoretools arch = any @@ -31,7 +31,7 @@ pkgbase = r-affycoretools optdepends = r-knitr optdepends = r-rgl optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/affycoretools_1.78.0.tar.gz - sha256sums = 2e1301a50c2bae6527a5cbbe23676bf35490d0b860e55285c438eb6b24b7caf7 + source = https://bioconductor.org/packages/release/bioc/src/contrib/affycoretools_1.80.0.tar.gz + sha256sums = 318529e7383e78c01d057e166984d96fac49d4b393568b37502d6af2e9f35219 pkgname = r-affycoretools @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=affycoretools -_pkgver=1.78.0 +_pkgver=1.80.0 pkgname=r-${_pkgname,,} -pkgver=1.78.0 +pkgver=1.80.0 pkgrel=1 pkgdesc='Functions useful for those doing repetitive analyses with Affymetrix GeneChips' arch=('any') @@ -40,7 +40,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('2e1301a50c2bae6527a5cbbe23676bf35490d0b860e55285c438eb6b24b7caf7') +sha256sums=('318529e7383e78c01d057e166984d96fac49d4b393568b37502d6af2e9f35219') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |