summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2020-02-19 19:27:52 -0800
committerGraham Smith2020-02-19 19:27:52 -0800
commit6c5f0ba5680664a16718dfa4d5626c7931fb7c56 (patch)
treea7fb0eccccc7d1d23779fae35374b7a103a6388b /PKGBUILD
parent64ba5bf5fbed699b037d0ab14657f4196349c3e9 (diff)
downloadaur-6c5f0ba5680664a16718dfa4d5626c7931fb7c56.tar.gz
change to use free API calls
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9feee96585a6..24117ce8c958 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/gps1539/stock_quote'
depends=('python' 'python-numpy' 'python-colorama' 'python-influxdb' 'python-pandas' 'python-plotly')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
-md5sums=('a11670ed32d9250335c46c577b939024')
+md5sums=('9c92fd527e7c2f7cabe9e79e46cebc44')
package()
{