r-inaparc: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-06-16 14:50:08 +00:00
parent 61244c12ce
commit 3ca76347e8

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=inaparc
_pkgver=1.1.0
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=1.1.0
pkgrel=5
pkgver=1.2.0
pkgrel=1
pkgdesc='Initialization Algorithms for Partitioning Cluster Analysis'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-lhs
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('039699f58f527c14380f3c6d12f939ddbee3969b10238922bb3eec43e722235a')
sha256sums=('6e60d43ec71c289805102f95a675dc2a8445ed891e471e9c22928be0cb137578')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"