summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZdeněk Janák2018-02-05 15:45:05 +0100
committerZdeněk Janák2018-02-05 15:45:05 +0100
commit0e721ca8407aa38b2a506b8137de90472a9d7613 (patch)
treeb28c92b66b43ec1cfafd379203ebde24731010fd /PKGBUILD
parentb0a59ea7d3bf83241a0ac98cfd721da1b7dfdc1e (diff)
downloadaur-0e721ca8407aa38b2a506b8137de90472a9d7613.tar.gz
Munipack 0.5.10 “Flat-fielding”
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"