mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mnormt: auto updated to 2.1.0-1
This commit is contained in:
parent
5318413c73
commit
5983bfd491
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mnormt
|
||||
_pkgver=2.0.2
|
||||
_pkgver=2.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.2
|
||||
pkgrel=4
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='The Multivariate Normal and t Distributions, and Their Truncated Versions'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5c6aa036d3f1035ffe8f9a8e95bb908b191b126b016591cf893c50472851f334')
|
||||
sha256sums=('2d498505e32d8aa9fa54a1ab328c35ae3a85e0b20a0cf0d519a4df84e2b307b8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue