summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdeněk Janák2017-07-24 15:14:40 +0200
committerZdeněk Janák2017-07-24 15:14:40 +0200
commitb0a59ea7d3bf83241a0ac98cfd721da1b7dfdc1e (patch)
tree7cf5f87c2d8b8b6d7f21f3d63ac15eaa8bf214af
parent957229f1ca1f29bcb8a986fcd3102efbe3febd8b (diff)
downloadaur-b0a59ea7d3bf83241a0ac98cfd721da1b7dfdc1e.tar.gz
Update to version 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df83208fa3a..03db310155bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = munipack
pkgdesc = A general astronomical image processing software
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 1
url = http://munipack.physics.muni.cz/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = munipack
depends = wxgtk2
optdepends = fitspng: for FITS to PNG conversion
optdepends = rawtran: for RAW to FITS conversion
- source = ftp://integral.physics.muni.cz/pub/munipack/munipack-0.5.8.tar.gz
- md5sums = 68a296488126d3c8324c48c221b37b31
+ source = ftp://integral.physics.muni.cz/pub/munipack/munipack-0.5.9.tar.gz
+ md5sums = e95008291ee3cfb10d51893acb35a24f
pkgname = munipack
diff --git a/PKGBUILD b/PKGBUILD
index ca8d50ee7931..3a4e7adb8a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zdenek Janak <janak@astronomie.cz>
pkgname=munipack
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="A general astronomical image processing software"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ 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=('68a296488126d3c8324c48c221b37b31')
+md5sums=('e95008291ee3cfb10d51893acb35a24f')
build() {
cd "$srcdir/$pkgname-$pkgver"