summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-11-30 12:57:11 +0100
committerhaawda2019-11-30 12:57:11 +0100
commit09401d58f66bbdc3f753b9d1c1faa2d31440034a (patch)
tree3c6e4b8f6ddf61dd408e268b270878642ffac8bc /PKGBUILD
parentc626cd8e154436b0a52a3a8719dd2745ba6f80eb (diff)
downloadaur-09401d58f66bbdc3f753b9d1c1faa2d31440034a.tar.gz
add gcc-fortran and unzip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfec2f173c91..3937fcdbd94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://freefem.org/index.html"
license=('LGPL')
depends=('fftw' 'freeglut' 'glu' 'suitesparse' 'hdf5' 'gsl' 'openmpi' 'openblas-lapack' 'arpack' 'parmetis' 'python')
-makedepends=('git' 'texlive-core')
+makedepends=('git' 'texlive-core' 'gcc-fortran' 'unzip')
provides=('freefem' 'freefem++')
conflicts=('freefem' 'freefem++')
source=('FreeFem::git+https://github.com/FreeFem/FreeFem-sources.git#branch=develop')