mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-kml: auto updated to 2.5.0-1
This commit is contained in:
parent
f25e004f3f
commit
2fbd7734ac
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=kml
|
||||
_pkgver=2.4.6.1
|
||||
_pkgver=2.5.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.4.6.1
|
||||
pkgrel=2
|
||||
pkgver=2.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='K-Means for Longitudinal Data'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-longitudinaldata
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a99c8f0d84645ef8a4e65053078c382e5a42b45fb1e02c8472c57eb6081f9e07')
|
||||
sha256sums=('cf98721015c7fb7624a57ad5c95a5be42936110628ddddf7f30a3fc7b07351e1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue