summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a4e7adb8a16..fde381aef218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Zdenek Janak <janak@astronomie.cz>
pkgname=munipack
-pkgver=0.5.9
+pkgver=0.5.10
pkgrel=1
pkgdesc="A general astronomical image processing software"
arch=('i686' 'x86_64')
-url="http://munipack.physics.muni.cz/"
+url="http://munipack.physics.muni.cz"
license=('GPL3')
depends=(cfitsio wxgtk2)
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=('e95008291ee3cfb10d51893acb35a24f')
+source=(ftp://munipack.physics.muni.cz/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('dbd91d8a85adf422f422234d0da7bf03')
build() {
cd "$srcdir/$pkgname-$pkgver"