summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fc21c21b66..9e9e9b5310ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 14:06:47 UTC 2016
pkgbase = opensees
pkgdesc = OpenSees, a software framework for developing applications to simulate the performance of structural and geotechnical systems subjected to earthquakes
pkgver = 2.4.6
- pkgrel = 1
+ pkgrel = 2
url = http://opensees.berkeley.edu/
arch = i686
arch = x86_64
license = custom
makedepends = svn
+ makedepends = gcc-fortran
depends = tk>=8.6
depends = openssl
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index a68759e24ee4..b59c454b6f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mickele
pkgname=opensees
pkgver=2.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="OpenSees, a software framework for developing applications to simulate the performance of structural and geotechnical systems subjected to earthquakes"
arch=("i686" "x86_64")
url="http://opensees.berkeley.edu/"
depends=('tk>=8.6' 'openssl' 'libpng' 'mesa' 'lapack')
-makedepends=('svn')
+makedepends=('svn' 'gcc-fortran')
options=()
license=("custom")