summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-02-14 16:19:30 +0300
committerViktor Drobot2020-02-14 16:19:30 +0300
commitf57d3f92bc96b387709abd2fc69d6875e6836036 (patch)
tree0f34710c167249c1bda08713ba5f703e5f4101df
parentf150715b321ca1621494da10f61ec2184cb3cb6c (diff)
downloadaur-f57d3f92bc96b387709abd2fc69d6875e6836036.tar.gz
Forgot optdeps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56421a1c3d77..295030b5e7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = r-r.methodss3
license = LGPL2.1
license = LGPL3
depends = r>=2.13.0
+ optdepends = r-codetools
source = https://cran.r-project.org/src/contrib/R.methodsS3_1.8.0.tar.gz
md5sums = 97bc4359d74331d5b008ee6b30ed4845
diff --git a/PKGBUILD b/PKGBUILD
index 0e1841344f12..315fe5619f1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(LGPL2.1 LGPL3)
depends=('r>=2.13.0')
+optdepends=(r-codetools)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('97bc4359d74331d5b008ee6b30ed4845')