summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2018-02-13 15:03:10 -0500
committerMiguel de Val-Borro2018-02-13 15:03:10 -0500
commit304de3b5aa75e2f810c3ce02a734f2132945c524 (patch)
tree2fce982ee0ce9400b43c1aef8df20f8859d84e22 /PKGBUILD
parent1d64a3fe5255f9f140e90bfb7b540a5a60b72fe1 (diff)
downloadaur-304de3b5aa75e2f810c3ce02a734f2132945c524.tar.gz
update to 2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb34ab2a4d46..5c38d50dee10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
-# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
+# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=python-ginga
-pkgver=2.6.2
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
pkgdesc="A viewer for astronomical data FITS (Flexible Image Transport System) files."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://ejeschke.github.io/ginga/"
license=('BSD')
depends=('python'
'python-astropy'
- 'python-astropy-helpers'
'python-matplotlib'
'python-scipy'
'python-qtpy')
source=("https://files.pythonhosted.org/packages/source/g/ginga/ginga-${pkgver}.tar.gz")
-md5sums=('a98559abd5532d41a7e6bd243bf9c1f3')
+md5sums=('9943993e23af3069ada93dcd12f11c87')
package(){
cd $srcdir/ginga-$pkgver