summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 09:17:26 -0500
committerAlex Branham2018-06-12 09:17:26 -0500
commit6e9b821ccd5c5b2040e9ebab311e91fbcf8a2edc (patch)
tree5488a83703b9701b39658c2b624bc22e127f2f8d
parent6cd92a4ca9d175ff2e728a00d559ac3c3ba90687 (diff)
downloadaur-6e9b821ccd5c5b2040e9ebab311e91fbcf8a2edc.tar.gz
Update optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb29708f71c8..250eae5b4101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = r-quantmod
depends = r-zoo
depends = r-curl
optdepends = r-dbi
+ optdepends = r-rmysql
+ optdepends = r-rsqlite
optdepends = r-timeseries
optdepends = r-xml
optdepends = r-downloader
diff --git a/PKGBUILD b/PKGBUILD
index 529bab53093e..d6ca3ef084c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
depends=('r' 'r-xts>=0.9.0' 'r-zoo' 'r-curl')
-optdepends=('r-dbi' 'r-timeseries' 'r-xml' 'r-downloader' 'r-jsonlite')
+optdepends=('r-dbi' 'r-rmysql' 'r-rsqlite' 'r-timeseries' 'r-xml' 'r-downloader' 'r-jsonlite')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('3b9eb2762cc25a461bb981c238f92ef8')