summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:28:21 +0000
committerBioArchLinuxBot2022-11-26 13:28:21 +0000
commitbcc1af6036b6029a0c9883198bce377b375e6f41 (patch)
tree3636b59c91be1966c45b3f225d5952203e78ddb1
parent26d709580e7aa8eb0903d08e03bc0c99d359fd30 (diff)
downloadaur-bcc1af6036b6029a0c9883198bce377b375e6f41.tar.gz
[lilac] updated to 2.0-4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd53d338b50..f6f3cc2f19cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = r-reordercluster
pkgdesc = Reordering the dendrogram according to the class labels
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=ReorderCluster
arch = x86_64
license = GPL
depends = r
depends = r-gplots
+ depends = r-gtools
depends = r-rcpp
source = https://cran.r-project.org/src/contrib/ReorderCluster_2.0.tar.gz
sha256sums = 38862ba2ef2a88ea70b12d50352a96f3b2ea032861256702387989bdfb20017f
diff --git a/PKGBUILD b/PKGBUILD
index 6a509c2766e7..d2fc5eee5903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=ReorderCluster
_pkgver=2.0
pkgname=r-${_pkgname,,}
pkgver=2.0
-pkgrel=1
+pkgrel=4
pkgdesc='Reordering the dendrogram according to the class labels'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,6 +12,7 @@ license=('GPL')
depends=(
r
r-gplots
+ r-gtools
r-rcpp
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")