summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:55:20 +0000
committerBioArchLinuxBot2024-05-01 22:55:20 +0000
commit1918d594ee57bfe8498513f9977da5a7693c0518 (patch)
tree256739d29516e041f5ce1a7f9f9d016a72599350 /PKGBUILD
parentd047587a3e6a1b00a01ef791908efdada9646d4b (diff)
downloadaur-1918d594ee57bfe8498513f9977da5a7693c0518.tar.gz
[lilac] updated to 1.46.0-1
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}"