summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:33:51 +0000
committerBioArchLinuxBot2022-11-04 00:33:51 +0000
commit644ece63c8375f568b22ec41418c17f20eab8c34 (patch)
tree49128919841a85f2b308d74012d3620793ae8483 /PKGBUILD
parentb08d76ff750a44a29da7f38f9cc4fed9d0d31cbc (diff)
downloadaur-r-metavizr.tar.gz
[lilac] updated to 1.21.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9121ad4beeab..305a5ccfa77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=metavizr
-_pkgver=1.20.0
+_pkgver=1.21.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.21.0
pkgrel=1
pkgdesc='R Interface to the metaviz web app for interactive metagenomics data analysis and visualization'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3676eff172f6fab2477930059133b41ad80e3bb9edf43d64cc6e284314495f6a')
+sha256sums=('bac67d6bc05818abd6bfaffc6969b74a7e5f00ae737b4de715b5584d0a7208b5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"