summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 09:36:02 +0000
committerBioArchLinuxBot2023-04-27 09:36:02 +0000
commit625aa2712e88004e32f0ef816ad6397d22034fda (patch)
treea7624534ed522b90f2b3490e11ee5c4d18993420
parent36a98ed9b106df55b59d17ba0b2e0db200d614e1 (diff)
downloadaur-625aa2712e88004e32f0ef816ad6397d22034fda.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a759e94eb8e4..302917a31a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-phyloseq
pkgdesc = Handling and analysis of high-throughput microbiome census data
- pkgver = 1.42.0
+ pkgver = 1.44.0
pkgrel = 1
url = https://bioconductor.org/packages/phyloseq
arch = any
@@ -30,7 +30,7 @@ pkgbase = r-phyloseq
optdepends = r-metagenomeseq
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/phyloseq_1.42.0.tar.gz
- sha256sums = 736a9bf5315e548293e41c0c6696c3147357c6abee308ec3a8997fb35301f11f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/phyloseq_1.44.0.tar.gz
+ sha256sums = 50a5eb4c67d9743ee381949c14e167320b55ddf0b4f190d23e6932548343bb66
pkgname = r-phyloseq
diff --git a/PKGBUILD b/PKGBUILD
index 5ce8efa5a9f3..a6d2bb2529e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=phyloseq
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.0
pkgrel=1
pkgdesc='Handling and analysis of high-throughput microbiome census data'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('736a9bf5315e548293e41c0c6696c3147357c6abee308ec3a8997fb35301f11f')
+sha256sums=('50a5eb4c67d9743ee381949c14e167320b55ddf0b4f190d23e6932548343bb66')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"