summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:25:53 +0000
committerBioArchLinuxBot2023-04-27 12:25:53 +0000
commitbdb4f0989289464873b72c9cab9fcbce20932121 (patch)
tree47ebb3b70533398a1d3822f3fad1272828331fbd
parent52a81e2df9a74b6cbd40335dabb720eda479a0bb (diff)
downloadaur-bdb4f0989289464873b72c9cab9fcbce20932121.tar.gz
[lilac] updated to 2.4.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6c3ad674dd..9d0edaf292e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-siamcat
pkgdesc = Statistical Inference of Associations between Microbial Communities And host phenoTypes
- pkgver = 2.2.0
- pkgrel = 3
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://bioconductor.org/packages/SIAMCAT
arch = any
license = GPL
@@ -34,7 +34,7 @@ pkgbase = r-siamcat
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.2.0.tar.gz
- sha256sums = 936f5b0a7986e8e14d8ccae5880262e4b88da1add67b6cdc29e061c57329a3bb
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.4.0.tar.gz
+ sha256sums = 87fa5ebb485911eb21130cff3c8362b7694bf71072e826b2c6b98c7bca7dc163
pkgname = r-siamcat
diff --git a/PKGBUILD b/PKGBUILD
index eac4bbf91479..eb4eb60f7753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIAMCAT
-_pkgver=2.2.0
+_pkgver=2.4.0
pkgname=r-${_pkgname,,}
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
pkgdesc='Statistical Inference of Associations between Microbial Communities And host phenoTypes'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -43,7 +43,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('936f5b0a7986e8e14d8ccae5880262e4b88da1add67b6cdc29e061c57329a3bb')
+sha256sums=('87fa5ebb485911eb21130cff3c8362b7694bf71072e826b2c6b98c7bca7dc163')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"