summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-01-09 18:07:55 -0800
committerGraham Smith2018-01-09 18:07:55 -0800
commit65186c3f1c812e607614476a5c3a165c15ebd1cf (patch)
tree14274f570f08b89eb1d10b295c83f5db116770db /PKGBUILD
parent5392d917153e8b26a5446855631288d3d88fc63d (diff)
downloadaur-65186c3f1c812e607614476a5c3a165c15ebd1cf.tar.gz
using api.iextrading.com, removed need for key and improved repeat function
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d3a77111fb0..8d559efbe400 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
license=('GPL')
@@ -10,7 +10,7 @@ url='https://github.com/gps1539/stock_quote'
depends=('python' 'python-numpy' 'python-colorama' 'python-influxdb')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
-md5sums=('99dd6da5ac2d8526b4dc31ac6f2f97b0')
+md5sums=('f19827205dd33b49ada5d1590ba1da46')
package()
{