summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8e13fd1d87..e1311cd6387e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 17:10:57 UTC 2016
+# Wed Mar 23 22:49:54 UTC 2016
pkgbase = g95
pkgdesc = A stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems
pkgver = 0.94
diff --git a/PKGBUILD b/PKGBUILD
index 0ed337d27a74..6c428deda236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,17 @@ url="http://g95.sourceforge.net"
license=("GPL")
depends=('blas' 'lapack' 'gcc-libs' )
provides=('g95')
-if [ "$CARCH" == "i686" ]; then
-source=(http://ftp.g95.org/g95-x86-linux.tgz g95.install)
-md5sums=('815ca0a16198e6334e8661cd276bd5a4'
- '852098b27f3b5b8154bcb38a2350a7bb')
+
+if [ "$CARCH" = "i686" ]; then
+ source=(http://ftp.g95.org/g95-x86-linux.tgz g95.install)
+ md5sums=('663c7cc38029ab13f6d87ec21295e1fc'
+ '852098b27f3b5b8154bcb38a2350a7bb')
fi
-if [ "$CARCH" == "x86_64" ]; then
-source=(http://ftp.g95.org/g95-x86_64-64-linux.tgz g95.install)
+if [ "$CARCH" = "x86_64" ]; then
+ source=(http://ftp.g95.org/g95-x86_64-64-linux.tgz g95.install)
+ md5sums=('815ca0a16198e6334e8661cd276bd5a4'
+ '852098b27f3b5b8154bcb38a2350a7bb')
fi
build() {