summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:24:16 +0000
committerBioArchLinuxBot2023-04-27 12:24:16 +0000
commit67f165ba2c3a1914d66b274946ab3c7790247c84 (patch)
tree00b423ea990d3d35d352b62edb6bd3e2cf8f781e
parent078b7668fcaf315a815949d43d389594fa504de4 (diff)
downloadaur-67f165ba2c3a1914d66b274946ab3c7790247c84.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21e095f903e..5c4177d0598b 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.14.0
+ pkgver = 1.16.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.14.0.tar.gz
- sha256sums = 356d5673fc3baf618157bc8f9cd5c6d3f16902d094c5eb45dfc781ca909c5dc5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RCM_1.16.0.tar.gz
+ sha256sums = 23b0c686ab23b970662f1feee62e13e35e3b0af3c6a28fa18bd66951b1841d5f
pkgname = r-rcm
diff --git a/PKGBUILD b/PKGBUILD
index 3c7bd7be16f6..f2202d6cd7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RCM
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('356d5673fc3baf618157bc8f9cd5c6d3f16902d094c5eb45dfc781ca909c5dc5')
+sha256sums=('23b0c686ab23b970662f1feee62e13e35e3b0af3c6a28fa18bd66951b1841d5f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"