summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-02-14 16:06:05 +0300
committerViktor Drobot2021-02-14 16:06:05 +0300
commit52cd2019830754daffcd84de80dc1a4d152870dc (patch)
treeb12a03f2823a72f6c99f391d403f500b061b95f2
parent17a47dc1ad56f487c265dd3045dc681e3c7074fd (diff)
downloadaur-52cd2019830754daffcd84de80dc1a4d152870dc.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c44285e3f06..d887b6aa8b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,12 @@ pkgbase = r-dotcall64
license = GPL2
license = GPL3
depends = r>=3.1
+ optdepends = r-microbenchmark
+ optdepends = r-openmpcontroller
+ optdepends = r-rcolorbrewer
+ optdepends = r-roxygen2
+ optdepends = r-spam
+ optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/dotCall64_1.0-1.tar.gz
sha256sums = f10b28fcffb9453b1d8888a72c8fd2112038b5ac33e02a481492c7bd249aa5c6
diff --git a/PKGBUILD b/PKGBUILD
index 1ae9bffb67c8..ad6c1b013414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=('r>=3.1')
-optdepends=(r-microbenchmark) r-openmpcontroller r-rcolorbrewer r-roxygen2 r-spam r-testthat
+optdepends=(r-microbenchmark r-openmpcontroller r-rcolorbrewer r-roxygen2 r-spam r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('f10b28fcffb9453b1d8888a72c8fd2112038b5ac33e02a481492c7bd249aa5c6')