summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJooa2018-09-23 15:13:53 +0200
committerJooa2018-10-02 10:00:36 +0200
commite6fc6bdffd582baddcec1cf2dd205e239215cb2e (patch)
treede030c56d061cf34d17d12f6f67339aa153717bd /PKGBUILD
parent599d3de70dd50aba32b9d42b5ecb0aabbc707eea (diff)
downloadaur-e6fc6bdffd582baddcec1cf2dd205e239215cb2e.tar.gz
Add optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50e1d66e6497..2ddddfcb3e4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Reading, writing, manipulating, analyzing and modeling of gridded spati
url="https://cran.r-project.org/package=${_cranname}"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('r>=3.0' 'r-sp>=1.2-0')
+depends=('r>=3.0' 'r-sp>=1.2-0' 'r-rcpp')
+optdepends=('r-gdal>=0.9' 'r-geos>=0.3' 'r-ncdf4' 'r-igraph' 'r-sf')
provides=('r-raster')
source=(https://cran.r-project.org/src/contrib/${_pkgfile})
sha256sums=('fb91804fd465a4a6d9d9858e29fd05f41a99b8efdcc5cf4370ea253b68e42b01')