summarylogtreecommitdiffstats
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
parentb0a59ea7d3bf83241a0ac98cfd721da1b7dfdc1e (diff)
downloadaur-0e721ca8407aa38b2a506b8137de90472a9d7613.tar.gz
Munipack 0.5.10 “Flat-fielding”
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03db310155bb..0b935ab2cd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = munipack
pkgdesc = A general astronomical image processing software
- pkgver = 0.5.9
+ pkgver = 0.5.10
pkgrel = 1
- url = http://munipack.physics.muni.cz/
+ url = http://munipack.physics.muni.cz
arch = i686
arch = x86_64
license = GPL3
makedepends = gcc-fortran
depends = cfitsio
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.9.tar.gz
- md5sums = e95008291ee3cfb10d51893acb35a24f
+ source = ftp://munipack.physics.muni.cz/pub/munipack/munipack-0.5.10.tar.gz
+ md5sums = dbd91d8a85adf422f422234d0da7bf03
pkgname = munipack
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"