summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b102e4d385b..79ee1dc15e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=vsn
-_pkgver=3.70.0
+_pkgver=3.72.0
pkgname=r-${_pkgname,,}
-pkgver=3.70.0
+pkgver=3.72.0
pkgrel=1
pkgdesc='Variance stabilization and calibration for microarray data'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('702e316356d5924772b795252a156d6ee9f6918f6c97fd72bd9d8c8a5cf72052')
+sha256sums=('15b96f588284cdc966bb5c57eab21a9838c962574e07efdb279d76d2446acce4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"