summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-07 21:14:26 +0300
committerViktor Drobot2021-12-07 21:14:26 +0300
commit30463f37c4ab041e26786265a4b018a8d377941c (patch)
tree2b7c9f73e23f55fa461e9708809dee995cc50926
parent52cd2019830754daffcd84de80dc1a4d152870dc (diff)
downloadaur-30463f37c4ab041e26786265a4b018a8d377941c.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d887b6aa8b3f..c12b15eee8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = r-dotcall64
arch = x86_64
license = GPL2
license = GPL3
+ makedepends = gcc-fortran
depends = r>=3.1
optdepends = r-microbenchmark
optdepends = r-openmpcontroller
@@ -18,4 +19,3 @@ pkgbase = r-dotcall64
sha256sums = f10b28fcffb9453b1d8888a72c8fd2112038b5ac33e02a481492c7bd249aa5c6
pkgname = r-dotcall64
-
diff --git a/PKGBUILD b/PKGBUILD
index ad6c1b013414..10a26f120abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=('r>=3.1')
+makedepends=(gcc-fortran)
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')