summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 645b299748c5..df97eb9f46a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-reconsi
pkgdesc = Resampling Collapsed Null Distributions for Simultaneous Inference
- pkgver = 1.14.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://bioconductor.org/packages/reconsi
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-reconsi
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/reconsi_1.14.0.tar.gz
- sha256sums = 49f9dd0484f66ad706aa32144f200d8207087cea9928e0f8462de245f35a3cea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/reconsi_1.16.0.tar.gz
+ sha256sums = f9bf2f8c8fc69350f7ffb7f9e6e6261fa7ad5b1a6b6a6cd43c53238b058fbb8f
pkgname = r-reconsi
diff --git a/PKGBUILD b/PKGBUILD
index 677b81506fc3..b2c4b2437ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=reconsi
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Resampling Collapsed Null Distributions for Simultaneous Inference'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('49f9dd0484f66ad706aa32144f200d8207087cea9928e0f8462de245f35a3cea')
+sha256sums=('f9bf2f8c8fc69350f7ffb7f9e6e6261fa7ad5b1a6b6a6cd43c53238b058fbb8f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"