summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZdeněk Janák2016-10-30 20:00:50 +0100
committerZdeněk Janák2016-10-30 20:00:50 +0100
commit97e9a33723c9cd6fb82132d390842331b92fb901 (patch)
tree7cff66ecebe5c862909610c1c4601830d509a7dc /PKGBUILD
parent52261c31eeb338ca971eee08c4640b8a8afb4554 (diff)
downloadaur-97e9a33723c9cd6fb82132d390842331b92fb901.tar.gz
Munipack 0.5.7 "Growth Curve"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c8841f77e64..f4e2e7ffe8e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Contributor: Zdenek Janak <janak@physics.muni.cz>
+# Contributor: Zdenek Janak <janak@astronomie.cz>
pkgname=munipack
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
-pkgdesc="General astronomical photometry software package"
+pkgdesc="A general astronomical image processing software"
arch=('i686' 'x86_64')
url="http://munipack.physics.muni.cz/"
license=('GPL3')
@@ -12,11 +12,11 @@ makedepends=(gcc-fortran)
optdepends=('fitspng: for FITS to PNG conversion'
'rawtran: for RAW to FITS conversion')
source=(ftp://integral.physics.muni.cz/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f609ee8cba91fdb63c5a3bf90277b812')
+md5sums=('b012be15091253bbc350b78d7b9458a0')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib
+ ./configure FCFLAGS=-std=legacy --prefix=/usr --libexecdir=/usr/lib
make
}