summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2015-12-19 12:49:30 -0200
committerLucas Heitzmann Gabrielli2015-12-19 12:49:30 -0200
commit9540a49d205ce4dae25f7a68d5f77af068805b63 (patch)
tree8f71b2242a8a23e65924457f2a19704f8e2db1fb
parent7a304016db5f64ee251c0201f916c31f9a9fcf5e (diff)
downloadaur-9540a49d205ce4dae25f7a68d5f77af068805b63.tar.gz
Added gcc-fortran as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e62c118664c..fd0aa81f3d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Dec 19 14:48:54 UTC 2015
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
pkgver = 3.2.2
@@ -7,6 +9,7 @@ pkgbase = libctl
arch = x86_64
license = GPL
depends = guile
+ depends = gcc-fortran
options = !libtool
source = http://ab-initio.mit.edu/libctl/libctl-3.2.2.tar.gz
md5sums = 5fd7634dc9ae8e7fa70a68473b9cbb68
diff --git a/PKGBUILD b/PKGBUILD
index 7f7d92e42d86..a9899bd77def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=3.2.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations."
-depends=('guile')
+depends=('guile' 'gcc-fortran')
source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('5fd7634dc9ae8e7fa70a68473b9cbb68')
url="http://ab-initio.mit.edu/wiki/index.php/Libctl"