r-clusterr: auto updated to 1.3.3-1

This commit is contained in:
BioArchLinuxBot 2024-06-18 06:02:30 +00:00
parent 75e21e69c7
commit a667441029

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ClusterR
_pkgver=1.3.2
_pkgver=1.3.3
pkgname=r-${_pkgname,,}
pkgver=1.3.2
pkgrel=2
pkgver=1.3.3
pkgrel=1
pkgdesc='Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d739817a72adcc2d6d2a7500913689462bf7776c1b52102de91f24ef07d541af')
sha256sums=('26d7e34fcbb0d611cbcfe5581c664b80eb6f9d87a6c22a446e0a41a90d06b26e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"