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 6a8fa1c3568e..725536649be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-topconfects
pkgdesc = Top Confident Effect Sizes
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/topconfects
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-topconfects
optdepends = r-statmod
optdepends = r-testthat
optdepends = r-tidyr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/topconfects_1.12.0.tar.gz
- sha256sums = 93bca22f8636f1b3e7259ac63cfa5e019e893de279175f3febb8f1b5dfc12c6c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/topconfects_1.14.0.tar.gz
+ sha256sums = 2e19954f6a78e8e246d57593d76a14993f65ebf5e2e577089a8a6da7f85c7701
pkgname = r-topconfects
diff --git a/PKGBUILD b/PKGBUILD
index 82cc4569f6db..669d86e80cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=topconfects
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Top Confident Effect Sizes'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('93bca22f8636f1b3e7259ac63cfa5e019e893de279175f3febb8f1b5dfc12c6c')
+sha256sums=('2e19954f6a78e8e246d57593d76a14993f65ebf5e2e577089a8a6da7f85c7701')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"