summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2015-11-29 18:40:02 -0800
committerGraham Smith2015-11-29 18:40:02 -0800
commitbb2be0fc312a8dc397d9db12564d8a2e461f0a2d (patch)
treec0a3148695729e76e1e30d2b90e3acb722713307 /PKGBUILD
parentbc7de87641faf81940add4f7ca7536043a5266d8 (diff)
downloadaur-bb2be0fc312a8dc397d9db12564d8a2e461f0a2d.tar.gz
added dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 123d75b666a1..00dcd02443ff 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' 'python-numpy')
+depends=('python' 'python-numpy' 'python-colorama')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py")
md5sums=('c99244fc350e4bd169302667d2962d17')