summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:59:33 +0000
committerBioArchLinuxBot2024-05-02 00:59:33 +0000
commitabeeed9a4986f3e753ce943ac79b70ecf59b2c4e (patch)
treecbcda5c361de8829775e077e214e23f43989b73d /PKGBUILD
parentefc8fc0c6717c6a2dfc593f457d74d712b75ffaf (diff)
downloadaur-r-mmuphin.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 487dc2ac0048..c6960f58d6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MMUPHin
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Meta-analysis Methods with Uniform Pipeline for Heterogeneity in Microbiome Studies'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-vegan
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cd54f608cb11e8995ac6f34aba7fb6e3c0e118da1a1804472b106fe94bd71b52')
+sha256sums=('a57c0492688b0940118418be3f87c4067ee69c40440c4efe0a92ccd8f7b37a73')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"