summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatteo De Carlo2019-04-15 20:10:54 +0200
committerMatteo De Carlo2019-04-15 20:10:54 +0200
commit513ed7eba4294bf0c49ee2c17b08e6ff1eaeaa7b (patch)
tree1f4259d163009646f2d3e7501ff86520bef06987 /PKGBUILD
parentaa40ae61cc134b005ea6fa9d49bc8515dd16389f (diff)
downloadaur-513ed7eba4294bf0c49ee2c17b08e6ff1eaeaa7b.tar.gz
moved r-dichromat as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 229835d19d4c..dd8414511e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ _cranname=scales
_cranver=1.0.0
pkgname=r-$_cranname
pkgver=${_cranver}
-pkgrel=2
+pkgrel=3
pkgdesc="Tools for Splitting, Applying and Combining Data"
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('r' 'r-rcolorbrewer' 'r-dichromat' 'r-plyr'
- 'r-munsell' 'r-labeling' 'r-rcpp' 'r-r6' 'r-viridislite')
+depends=('r>=3.1' 'r-rcolorbrewer' 'r-plyr'
+ 'r-munsell>=0.5' 'r-labeling' 'r-rcpp' 'r-r6' 'r-viridislite')
+optdepends=('r-dichromat')
provides=("r-cran-${_cranname}")
conflicts=("r-cran-${_cranname}")
replaces=("r-cran-${_cranname}")