summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-02-09 04:03:39 +0800
committerUniversebenzene2018-02-09 04:03:39 +0800
commit6fde49ca2f973b5cceac2d21628219da28d31ce5 (patch)
treedfc00d032a9266d2dab801071c76b4fa2259f0de
parent772e4eff88df1ae6855eaf6d7fd364eca0d4272b (diff)
downloadaur-6fde49ca2f973b5cceac2d21628219da28d31ce5.tar.gz
Correct makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4851eded4cfb..4dda26939e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 18:50:43 UTC 2018
+# Thu Feb 8 20:03:15 UTC 2018
pkgbase = python-ccdproc
pkgdesc = Affiliated package for the AstroPy package for basic data reductions of CCD images
pkgver = 1.3.0.post1
@@ -10,6 +10,9 @@ pkgbase = python-ccdproc
license = BSD
makedepends = cython
makedepends = python-astropy-helpers
+ makedepends = python-scikit-image
+ makedepends = python-astroscrappy
+ makedepends = python-reproject
makedepends = python-sphinx
source = https://files.pythonhosted.org/packages/source/c/ccdproc/ccdproc-1.3.0.post1.tar.gz
md5sums = 89a5795245a517fbb5ca740aa85625b6
diff --git a/PKGBUILD b/PKGBUILD
index 5f4907917c29..e199e8607b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Affiliated package for the AstroPy package for basic data reductions of
arch=('i686' 'x86_64')
url="http://ccdproc.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'python-astropy-helpers' 'python-scikit-image' 'python-astroscrappy' 'python-reproject' 'python-sphinx')
#checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/c/ccdproc/ccdproc-${pkgver}.tar.gz")
md5sums=('89a5795245a517fbb5ca740aa85625b6')