mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cobs: auto updated to 1.3.9-1
This commit is contained in:
parent
8605d74801
commit
d75a29eddb
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=cobs
|
_pkgname=cobs
|
||||||
_pkgver=1.3-8
|
_pkgver=1.3-9
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.3.8
|
pkgver=1.3.9
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Constrained B-Splines (Sparse Matrix Based)'
|
pkgdesc='Constrained B-Splines (Sparse Matrix Based)'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -18,7 +18,7 @@ optdepends=(
|
||||||
r-matrix
|
r-matrix
|
||||||
)
|
)
|
||||||
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=('2c2049c7cb868a2e4e1a530fe7218fac56e6157ef64ad57b91c5bb457dbc9821')
|
sha256sums=('2fdb34452b8fc39a49e6303f7f1e7ef7fcafceb849e6be05b5bf2a8c1ab7f9b3')
|
||||||
|
|
||||||
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