r-prabclus: auto updated to 2.3.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 05:36:33 +08:00
parent 742fd5371e
commit 98095147db

View file

@ -3,7 +3,7 @@
_pkgname=prabclus
_pkgver=2.3-2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.3.2
pkgrel=1
pkgdesc='Functions for Clustering and Testing of Presence-Absence, Abundance and Multilocus Genetic Data'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-spdep
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('f421bcbcb557281e0de4a06b15f9a496adb5c640e883c0f7bb12051efc69e441')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"