summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd42b8b63096..455b138c4cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=metagenomeSeq
-_pkgver=1.43.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.43.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='Statistical analysis for sparse high-throughput sequencing'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-vegan
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8b685245818596b23fa3ca508cb5c2c1e635d494eec79017f424bb95f9c429d4')
+sha256sums=('d30829dae478914884252f3a0a903b174c5c2186b96cf98c049b02fd168f4b2e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"