summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:32:41 +0000
committerBioArchLinuxBot2022-11-04 00:32:41 +0000
commit7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233 (patch)
treeec588a84ee235ef8681d6763c77bdd8b1048f74a
parentcf3b66729c3a8e73d0e4b936b9bffefb9cd8c2fc (diff)
downloadaur-7a5aabb6d025ed93efbad9a8b8db2c7d04d8b233.tar.gz
[lilac] updated to 1.70.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1018a56b305a..e7caec55d3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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}"