summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 14:36:00 -0500
committerAlex Branham2018-06-10 14:36:00 -0500
commita1201036538fe466fb638b8d6b6ab8fbd5a85626 (patch)
treed89e3365dd22c040e5b3d214a75fee18688e6a70 /PKGBUILD
parent95621498aebe22160b8aeb01fa5febdfe48aabb8 (diff)
downloadaur-a1201036538fe466fb638b8d6b6ab8fbd5a85626.tar.gz
Specify minimum versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfb892b14c4f..d8c83578c9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Modelling with Sparse And Dense Matrices"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL')
-depends=('r' )
+depends=('r' 'r-matrix>=1.1-5')