mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mvtnorm: auto updated to 1.2.3-1
This commit is contained in:
parent
a7e21db44d
commit
5eff43fe9b
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
|
||||
|
||||
_pkgname=mvtnorm
|
||||
_pkgver=1.2-2
|
||||
_pkgver=1.2-3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc='Multivariate Normal and t Distributions'
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6f5566b33f930334e07a9f5d3f17cdac8a0e1d86dc6b9d7ffd7a371fb626fe10')
|
||||
sha256sums=('2adadc5df5e5303d51c9b0c1881930f51ff84bfb9b1a9754354e012f982bc6c7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue