summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:45:46 +0000
committerBioArchLinuxBot2022-11-03 04:45:46 +0000
commit67aeb1070115c98ed9e044aa3248d93bec0600ab (patch)
tree2a72202c379eba73dae45825c0f6cf7b58e0412c
parent289c45f0ddf7cd7f9f8c8a746c9bea2b68b1b58b (diff)
downloadaur-67aeb1070115c98ed9e044aa3248d93bec0600ab.tar.gz
[lilac] updated to 2.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9670bceceaae..18687407910c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-siamcat
pkgdesc = Statistical Inference of Associations between Microbial Communities And host phenoTypes
- pkgver = 2.0.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://bioconductor.org/packages/SIAMCAT
arch = any
@@ -36,7 +36,7 @@ pkgbase = r-siamcat
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.0.1.tar.gz
- sha256sums = 1a4c602afd666346096715d88fb1ca45f824e6fb50e066be8522201ac8d62917
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.2.0.tar.gz
+ sha256sums = 936f5b0a7986e8e14d8ccae5880262e4b88da1add67b6cdc29e061c57329a3bb
pkgname = r-siamcat
diff --git a/PKGBUILD b/PKGBUILD
index aa0592eeb27e..e4cf55546a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIAMCAT
-_pkgver=2.0.1
+_pkgver=2.2.0
pkgname=r-${_pkgname,,}
-pkgver=2.0.1
+pkgver=2.2.0
pkgrel=1
pkgdesc='Statistical Inference of Associations between Microbial Communities And host phenoTypes'
arch=('any')
@@ -45,7 +45,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1a4c602afd666346096715d88fb1ca45f824e6fb50e066be8522201ac8d62917')
+sha256sums=('936f5b0a7986e8e14d8ccae5880262e4b88da1add67b6cdc29e061c57329a3bb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"