summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 13:45:53 +0000
committerBioArchLinuxBot2023-10-28 13:45:53 +0000
commit1ad5e7b806ed2e26ac04fc596357886b9e914ec6 (patch)
tree864032bac565976c9bfe8d9a6a12654dfc333450
parentb8704addc73a37f8a363d570a6fbec7e3ecbcb14 (diff)
downloadaur-1ad5e7b806ed2e26ac04fc596357886b9e914ec6.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bffd60d6dd9e..645b299748c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-reconsi
pkgdesc = Resampling Collapsed Null Distributions for Simultaneous Inference
- pkgver = 1.12.0
+ pkgver = 1.14.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.12.0.tar.gz
- sha256sums = e690bce81b9fbbafbf6dbec9e44e5bf86d95cb0ee439d0522b82f8dc197ba5a4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/reconsi_1.14.0.tar.gz
+ sha256sums = 49f9dd0484f66ad706aa32144f200d8207087cea9928e0f8462de245f35a3cea
pkgname = r-reconsi
diff --git a/PKGBUILD b/PKGBUILD
index 1b2f41e03168..677b81506fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=reconsi
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('e690bce81b9fbbafbf6dbec9e44e5bf86d95cb0ee439d0522b82f8dc197ba5a4')
+sha256sums=('49f9dd0484f66ad706aa32144f200d8207087cea9928e0f8462de245f35a3cea')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"