summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02a002d1b3d6..7a34b3112d2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Wrapper for quandl-python"
arch=('x86_64')
url="https://github.com/quandl/quandl-python"
license=('MIT')
-depends=('python>=3.6', 'python-numpy', 'python-more-itertools')
-makedepends=('git')
+depends=('python-numpy' 'python-more-itertools')
+makedepends=('python>=3.6' 'git')
provides=('python-quandl')
source=('python-quandl::git+https://github.com/quandl/quandl-python.git')