summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:49:44 +0000
committerBioArchLinuxBot2022-11-03 04:49:44 +0000
commit078b7668fcaf315a815949d43d389594fa504de4 (patch)
tree3e5950fd83a5d65da62abb5791786dad09ea2d49
parente2942006b2311cea0030cade2c2940708bd2ed7c (diff)
downloadaur-078b7668fcaf315a815949d43d389594fa504de4.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 56994df4ad43..f21e095f903e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rcm
pkgdesc = Fit row-column association models with the negative binomial distribution for the microbiome
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/RCM
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-rcm
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RCM_1.12.0.tar.gz
- sha256sums = fa749baf7eee3b7f783656424394f818e5bb2a49b146939cb2136c8a93d92d6c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RCM_1.14.0.tar.gz
+ sha256sums = 356d5673fc3baf618157bc8f9cd5c6d3f16902d094c5eb45dfc781ca909c5dc5
pkgname = r-rcm
diff --git a/PKGBUILD b/PKGBUILD
index 09eff352ff52..3c7bd7be16f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RCM
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Fit row-column association models with the negative binomial distribution for the microbiome'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fa749baf7eee3b7f783656424394f818e5bb2a49b146939cb2136c8a93d92d6c')
+sha256sums=('356d5673fc3baf618157bc8f9cd5c6d3f16902d094c5eb45dfc781ca909c5dc5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"