summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f31a570065a..fb34ab2a4d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ginga
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="A viewer for astronomical data FITS (Flexible Image Transport System) files."
arch=('i686' 'x86_64')
url="http://ejeschke.github.io/ginga/"
@@ -11,7 +11,8 @@ depends=('python'
'python-astropy'
'python-astropy-helpers'
'python-matplotlib'
- 'python-scipy')
+ 'python-scipy'
+ 'python-qtpy')
source=("https://files.pythonhosted.org/packages/source/g/ginga/ginga-${pkgver}.tar.gz")
md5sums=('a98559abd5532d41a7e6bd243bf9c1f3')