summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:44:37 +0000
committerBioArchLinuxBot2024-05-02 01:44:37 +0000
commit882b078ec5713426a2f7f36247b65915314a0246 (patch)
tree81f96cc7a2947afc033e7b13be375684abbd1a96
parenta30a28df3193c65dc66535648ec1c1d178527e28 (diff)
downloadaur-r-siamcat.tar.gz
[lilac] updated to 2.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccfb3bac671e..c2d0654187de 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.6.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://bioconductor.org/packages/SIAMCAT
arch = any
@@ -33,7 +33,7 @@ pkgbase = r-siamcat
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.6.0.tar.gz
- sha256sums = 7c1d0456a178517ce6b8f951ef9642556ef91501e095b23a6eb866d39ec4a026
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SIAMCAT_2.8.0.tar.gz
+ sha256sums = 50039caa0a7691e07ae948bf66903f90482a5be805fd2fc545d93c57d2e08902
pkgname = r-siamcat
diff --git a/PKGBUILD b/PKGBUILD
index 615f923b160a..ad8aa395db9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIAMCAT
-_pkgver=2.6.0
+_pkgver=2.8.0
pkgname=r-${_pkgname,,}
-pkgver=2.6.0
+pkgver=2.8.0
pkgrel=1
pkgdesc='Statistical Inference of Associations between Microbial Communities And host phenoTypes'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7c1d0456a178517ce6b8f951ef9642556ef91501e095b23a6eb866d39ec4a026')
+sha256sums=('50039caa0a7691e07ae948bf66903f90482a5be805fd2fc545d93c57d2e08902')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"