summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgps15392015-11-24 20:53:26 -0800
committergps15392015-11-24 20:53:26 -0800
commit9caabb5f126a78da9490390c398212c49550ed0f (patch)
tree386a05225bf2e2a35e8d24b4693feaacc2034bed /PKGBUILD
parent38c1165e14b66852088127c461f0c93d2f7a6a5a (diff)
downloadaur-9caabb5f126a78da9490390c398212c49550ed0f.tar.gz
added dependancy numpy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8de23c5da015..47e64acc0968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="python script for getting stock quotes from yahoo and calculting gains
arch=('any')
license=('GPL')
url='https://github.com/gps1539/stock_quote'
-depends=('python')
+depends=('python' 'python-numpy')
makedepends=('git')
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py")
md5sums=('9f2ce0a313a88dc6cc7d160abfbfde83')