mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-liblinear: auto updated to 2.10.22-1
This commit is contained in:
parent
b4b363c04b
commit
f77f13828f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=LiblineaR
|
||||
_pkgver=2.10-12
|
||||
_pkgver=2.10-22
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.10.12
|
||||
pkgrel=5
|
||||
pkgver=2.10.22
|
||||
pkgrel=1
|
||||
pkgdesc='Linear Predictive Models Based on the LIBLINEAR C/C++ Library'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-sparsem
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3ae337909c552ae8880322f74dc90a5a32ec9b5e2012382be5d43db7e85cbd64')
|
||||
sha256sums=('bcc04245c4737a1f152c20eb168e7527154eed9597568581469c219b124e77be')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue