summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2020-05-23 12:21:19 -0400
committerMiguel de Val-Borro2020-05-23 12:21:19 -0400
commitaf7fda8692cf97bb19cd2961da5edb4ac9488ee2 (patch)
tree38c63f417aac2990d6dac45a48bec813da5e5d25
parent3708f164a2435c73a9358e7ec6901086d989b821 (diff)
downloadaur-af7fda8692cf97bb19cd2961da5edb4ac9488ee2.tar.gz
Add python-numpy to makedepends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff4c3ba5161..89610942f922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-synphot
pkgdesc = Synthetic Photometry using Astropy
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://synphot.readthedocs.io/
arch = x86_64
license = BSD
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-extension-helpers
+ makedepends = python-numpy
depends = python-numpy
depends = python-scipy
depends = python-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 40a1bbd2f9a2..ef9da303e84d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=python-synphot
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Synthetic Photometry using Astropy"
arch=('x86_64')
url="https://synphot.readthedocs.io/"
license=('BSD')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-extension-helpers')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-extension-helpers' 'python-numpy')
depends=('python-numpy' 'python-scipy' 'python-astropy')
source=("https://files.pythonhosted.org/packages/source/s/synphot/synphot-${pkgver}.tar.gz")
md5sums=('8b9520396defd1828f4b22eaadaaf8bf')