mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-kernlab: auto updated to 0.9.31-1
This commit is contained in:
parent
be02996024
commit
4eef3f792c
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=kernlab
|
||||
_pkgver=0.9-30
|
||||
_pkgver=0.9-31
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.9.30
|
||||
pkgrel=3
|
||||
pkgver=0.9.31
|
||||
pkgrel=1
|
||||
pkgdesc='Kernel-Based Machine Learning Lab'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
gcc
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('48fc3a839ae57e8ab6ec26a34093ca3306391e7b271bef6e69812e2b4859ee81')
|
||||
sha256sums=('7359c665c1c5e6780e1ce44b143347c8eec839301c3079d7f19e29159873278a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue