r-dbscan: auto updated to 1.1.11-1

This commit is contained in:
BioArchLinuxBot 2022-10-27 18:01:27 +00:00
parent 67dfdd328e
commit b95541d66d

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dbscan
_pkgver=1.1-10
_pkgver=1.1-11
pkgname=r-${_pkgname,,}
pkgver=1.1.10
pkgrel=4
pkgver=1.1.11
pkgrel=1
pkgdesc='Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e1fdcc324391d074800d072b4d8d10147d6f42f6ac9cd270e1f59739d30e1dc1')
sha256sums=('f0498e67e612629340a2758fbe747c4d9d4ca648f002230a03499cb73735e62f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"