summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2020-11-03 17:01:59 -0800
committerGraham Smith2020-11-03 17:01:59 -0800
commit3a635977763ddf18636de587c02fb361018298f2 (patch)
tree23237ae0b11d81888362ab67e050f48d90dc8c3c /PKGBUILD
parent03d09d4bb88d5dce37a37e280dfa32ffdfecc140 (diff)
downloadaur-3a635977763ddf18636de587c02fb361018298f2.tar.gz
added ranges to chart and compare options
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 929000fe1c6a..78887f2296fe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.8.6
+pkgver=1.8.7
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=('bf04095177e1fc351e88b1042ac3d760')
+md5sums=('aca44eb33a99a8341cadb5c1270116f1')
package()
{