summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-03-27 17:15:34 -0400
committerMiguel de Val-Borro2017-03-27 17:15:34 -0400
commit1d64a3fe5255f9f140e90bfb7b540a5a60b72fe1 (patch)
treec5d7dff90c2b8ec0f3a60265cbcad6b5f47fccfd
parentf0d48f8d23e78fdae29fa2c7faadaca786a028ed (diff)
downloadaur-1d64a3fe5255f9f140e90bfb7b540a5a60b72fe1.tar.gz
add dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc23eee60b62..c82a6a46961c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ginga
pkgdesc = A viewer for astronomical data FITS (Flexible Image Transport System) files.
pkgver = 2.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://ejeschke.github.io/ginga/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = python-ginga
depends = python-astropy-helpers
depends = python-matplotlib
depends = python-scipy
+ depends = python-qtpy
source = https://files.pythonhosted.org/packages/source/g/ginga/ginga-2.6.2.tar.gz
md5sums = a98559abd5532d41a7e6bd243bf9c1f3
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')