summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 12:24:51 +0000
committerBioArchLinuxBot2023-10-28 12:24:51 +0000
commitc38a4017a5543d23a5c1ecaab6b958c7d76e2cff (patch)
tree3fcfa8554d9b7150c72690cae2bb55f33a6b2dcc /PKGBUILD
parentbb1edc070ab5cbef9cda015793a44cd179d0eb49 (diff)
downloadaur-r-bluster.tar.gz
[lilac] updated to 1.12.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e132ae66137a..be83600bd60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=bluster
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.12.0
-pkgrel=1
+pkgrel=3
pkgdesc='Clustering Algorithms for Bioconductor'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -22,7 +22,9 @@ depends=(
optdepends=(
r-apcluster
r-biocstyle
+ r-dirichletmultinomial
r-dynamictreecut
+ r-fastcluster
r-knitr
r-kohonen
r-mbkmeans
@@ -33,6 +35,7 @@ optdepends=(
r-scrnaseq
r-scuttle
r-testthat
+ r-vegan
r-viridis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")