mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-copula: auto updated to 1.1.5-1
This commit is contained in:
parent
b43077bda8
commit
79acf3ba42
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=copula
|
_pkgname=copula
|
||||||
_pkgver=1.1-4
|
_pkgver=1.1-5
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.1.4
|
pkgver=1.1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Multivariate Dependence with Copulas'
|
pkgdesc='Multivariate Dependence with Copulas'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -55,7 +55,7 @@ makedepends=(
|
||||||
gcc-fortran
|
gcc-fortran
|
||||||
)
|
)
|
||||||
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=('f4d78b7f4860797620dfe15c62cbeeb319b2dbbacab75062652d467c4ef6504f')
|
sha256sums=('dd046fac4287c1f05eaae84b091240ea1e7bcedd577334fcf1734a129efe4910')
|
||||||
|
|
||||||
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