mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dbscan: auto updated to 1.1.11-1
This commit is contained in:
parent
67dfdd328e
commit
b95541d66d
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=dbscan
|
_pkgname=dbscan
|
||||||
_pkgver=1.1-10
|
_pkgver=1.1-11
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.1.10
|
pkgver=1.1.11
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms'
|
pkgdesc='Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -25,7 +25,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('e1fdcc324391d074800d072b4d8d10147d6f42f6ac9cd270e1f59739d30e1dc1')
|
sha256sums=('f0498e67e612629340a2758fbe747c4d9d4ca648f002230a03499cb73735e62f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue