summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 13:43:32 +0000
committerBioArchLinuxBot2023-10-28 13:43:32 +0000
commita30a28df3193c65dc66535648ec1c1d178527e28 (patch)
tree3e37f356daf6da1bc89b348b24857f978e8fd430
parentbdb4f0989289464873b72c9cab9fcbce20932121 (diff)
downloadaur-a30a28df3193c65dc66535648ec1c1d178527e28.tar.gz
[lilac] updated to 2.6.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d0edaf292e4..ccfb3bac671e 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.4.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://bioconductor.org/packages/SIAMCAT
arch = any
@@ -30,11 +30,10 @@ pkgbase = r-siamcat
optdepends = r-biocstyle
optdepends = r-ggpubr
optdepends = r-knitr
- optdepends = r-optparse
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.4.0.tar.gz
- sha256sums = 87fa5ebb485911eb21130cff3c8362b7694bf71072e826b2c6b98c7bca7dc163
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.6.0.tar.gz
+ sha256sums = 7c1d0456a178517ce6b8f951ef9642556ef91501e095b23a6eb866d39ec4a026
pkgname = r-siamcat
diff --git a/PKGBUILD b/PKGBUILD
index eb4eb60f7753..615f923b160a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIAMCAT
-_pkgver=2.4.0
+_pkgver=2.6.0
pkgname=r-${_pkgname,,}
-pkgver=2.4.0
+pkgver=2.6.0
pkgrel=1
pkgdesc='Statistical Inference of Associations between Microbial Communities And host phenoTypes'
arch=('any')
@@ -37,13 +37,12 @@ optdepends=(
r-biocstyle
r-ggpubr
r-knitr
- r-optparse
r-rmarkdown
r-testthat
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('87fa5ebb485911eb21130cff3c8362b7694bf71072e826b2c6b98c7bca7dc163')
+sha256sums=('7c1d0456a178517ce6b8f951ef9642556ef91501e095b23a6eb866d39ec4a026')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"