summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-07 21:15:29 +0300
committerViktor Drobot2021-12-07 21:15:29 +0300
commit9ad001c7925842247b9c83d5503b46eff46709df (patch)
treed2bc4ac5d12ec9eb1e84df6e41db817719e516d0
parentc83241df1d47ca21ff0caeaf68f9a5ddfa01cde4 (diff)
downloadaur-9ad001c7925842247b9c83d5503b46eff46709df.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09dc5e07e4c..3cbfceece805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = r-spam
arch = x86_64
license = LGPL2
license = BSD3
+ makedepends = gcc-fortran
depends = r>=3.1
depends = r-dotcall64
optdepends = r-spam64
diff --git a/PKGBUILD b/PKGBUILD
index bbcdf48ce1a1..84827a7e274d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(LGPL2 BSD3)
depends=('r>=3.1' r-dotcall64)
+makedepends=(gcc-fortran)
optdepends=(r-spam64 r-fields r-testthat r-r.rsp r-truncdist r-knitr r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('632b5c48f587a34c997a487b72099c9c89d76a43f2cd9a36cb95fdec1d07850d')