summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-04 00:03:13 +0000
committerBioArchLinuxBot2022-10-04 00:03:13 +0000
commit289c45f0ddf7cd7f9f8c8a746c9bea2b68b1b58b (patch)
treec7b9e4af2b90a5c06cc0f3880d41a8eeb12086b1
parentdd9416a460fe7109a890f61d433ffa9677cdea33 (diff)
downloadaur-289c45f0ddf7cd7f9f8c8a746c9bea2b68b1b58b.tar.gz
[lilac] updated to 2.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9571afeb75ad..9670bceceaae 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.0
+ pkgver = 2.0.1
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.0.tar.gz
- sha256sums = 6e8c33a7e95e1f80741d69434c90eab9e84e6f4e28fb0a17f530d28421d36f81
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.0.1.tar.gz
+ sha256sums = 1a4c602afd666346096715d88fb1ca45f824e6fb50e066be8522201ac8d62917
pkgname = r-siamcat
diff --git a/PKGBUILD b/PKGBUILD
index 6bf7d3a0e974..aa0592eeb27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIAMCAT
-_pkgver=2.0.0
+_pkgver=2.0.1
pkgname=r-${_pkgname,,}
-pkgver=2.0.0
+pkgver=2.0.1
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=('6e8c33a7e95e1f80741d69434c90eab9e84e6f4e28fb0a17f530d28421d36f81')
+sha256sums=('1a4c602afd666346096715d88fb1ca45f824e6fb50e066be8522201ac8d62917')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"