summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:32:41 +0000
committerBioArchLinuxBot2022-11-04 00:32:41 +0000
commit7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233 (patch)
treeec588a84ee235ef8681d6763c77bdd8b1048f74a /PKGBUILD
parentcf3b66729c3a8e73d0e4b936b9bffefb9cd8c2fc (diff)
downloadaur-7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233.tar.gz
[lilac] updated to 1.70.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 269cb0215797..3eb8fec3e88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"