diff options
author | BioArchLinuxBot | 2022-11-04 00:32:41 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-04 00:32:41 +0000 |
commit | 7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233 (patch) | |
tree | ec588a84ee235ef8681d6763c77bdd8b1048f74a | |
parent | cf3b66729c3a8e73d0e4b936b9bffefb9cd8c2fc (diff) | |
download | aur-7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233.tar.gz |
[lilac] updated to 1.70.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.68.1 + pkgver = 1.70.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.68.1.tar.gz - sha256sums = 9c0f1ab7e121e6655ce831f70b188ec006ff5fc204f3b8c649af5e593c24a617 + source = https://bioconductor.org/packages/release/bioc/src/contrib/affycoretools_1.70.0.tar.gz + sha256sums = 94c4be4223a427763e07bf468e63a1ce2e272a432c5abf4cbd56c2d890a6549f pkgname = r-affycoretools @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=affycoretools -_pkgver=1.68.1 +_pkgver=1.70.0 pkgname=r-${_pkgname,,} -pkgver=1.68.1 +pkgver=1.70.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=('9c0f1ab7e121e6655ce831f70b188ec006ff5fc204f3b8c649af5e593c24a617') +sha256sums=('94c4be4223a427763e07bf468e63a1ce2e272a432c5abf4cbd56c2d890a6549f') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |