summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 298036239ea2..4263564216d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 17:20:34 UTC 2018
+# Thu Feb 8 20:01:43 UTC 2018
pkgbase = python-astroscrappy
pkgdesc = Speedy Cosmic Ray Annihilation Package in Python
pkgver = 1.0.5
@@ -10,6 +10,8 @@ pkgbase = python-astroscrappy
license = BSD
checkdepends = python-pytest
checkdepends = python-scipy
+ makedepends = cython>=0.21
+ makedepends = python-astropy
makedepends = python-astropy-helpers
makedepends = python-sphinx
source = https://files.pythonhosted.org/packages/source/a/astroscrappy/astroscrappy-1.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a9fae879819c..171e1b288b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Speedy Cosmic Ray Annihilation Package in Python"
arch=('i686' 'x86_64')
url="https://github.com/astropy/astroscrappy"
license=('BSD')
-makedepends=('python-astropy-helpers' 'python-sphinx')
+makedepends=('cython>=0.21' 'python-astropy' 'python-astropy-helpers' 'python-sphinx')
checkdepends=('python-pytest' 'python-scipy')
source=("https://files.pythonhosted.org/packages/source/a/astroscrappy/astroscrappy-${pkgver}.tar.gz")
md5sums=('e7ec5d829191226e6092b08e1d8f4cd4')