summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22c9ffcafaab..e08c01d82562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ClusterR
-_pkgver=1.3.1
+_pkgver=1.3.2
pkgname=r-${_pkgname,,}
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc='Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering'
arch=('x86_64')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6e8ecd005b2039f788c47ed84b9cc09d66248d52947a319fc2d63d25dffcc0f6')
+sha256sums=('d739817a72adcc2d6d2a7500913689462bf7776c1b52102de91f24ef07d541af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"