summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-06-03 20:42:39 +0300
committerViktor Drobot2020-06-03 20:42:39 +0300
commit68cd16b5dc6fa0b7a1e39953c8e097c93553527d (patch)
treece008dcdd9d786635d03e1b28afe2b0114540d13 /PKGBUILD
parent65d555425ff941b1768b149d03f927f041159c7e (diff)
downloadaur-68cd16b5dc6fa0b7a1e39953c8e097c93553527d.tar.gz
Update 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740295096635..30f322f2a0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: frichtlm <frichtlm@gmail.com>
_cranname=mnormt
-_cranver=1.5-7
+_cranver=2.0.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,10 +10,10 @@ pkgdesc="The Multivariate Normal and t Distributions"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=2.2.0')
+depends=('r>=4.0.0' 'r-tmvnsim>=1.0.2')
makedepends=(gcc gcc-fortran)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('a73c1bad27f080cd37337f485b244525')
+md5sums=('da5dc61145b022505fdd0c9b2c1cf633')
build() {
cd "${srcdir}"