summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 14:48:56 -0500
committerAlex Branham2018-06-10 14:48:56 -0500
commit521632289bcd0ef1183ce0d1b3e59d6e12a628ad (patch)
tree40efdf0ad75281bfe8fac3dd07bf25c0ac46c0af
parenta203200a29945841fd03621ccb9851cada345a56 (diff)
downloadaur-521632289bcd0ef1183ce0d1b3e59d6e12a628ad.tar.gz
Specify minimum versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dc40333e4a6..fa31093621ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-xts
arch = x86_64
license = GPL
depends = r
- depends = r-zoo
+ depends = r-zoo>=1.7.12
depends = r-zoo
optdepends = r-timeseries
optdepends = r-timedate
diff --git a/PKGBUILD b/PKGBUILD
index efabab225bf3..b708e538dcc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="eXtensible Time Series"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL')
-depends=('r' 'r-zoo' 'r-zoo')
+depends=('r' 'r-zoo>=1.7.12' 'r-zoo')
optdepends=('r-timeseries' 'r-timedate' 'r-tseries' 'r-chron' 'r-fts' 'r-tis')