summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2023-02-10 14:30:00 -0800
committerGraham Smith2023-02-10 14:30:00 -0800
commit9407ab6ebcf8be206c2dd3795e8eb7f3e659837d (patch)
treebaa94eeddbe4d954201e8026d3d3db4811898ccd /PKGBUILD
parent2579855d7e254889eefb7159cc88c9675bb53b65 (diff)
downloadaur-9407ab6ebcf8be206c2dd3795e8eb7f3e659837d.tar.gz
cleaner output for fundamentals
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2283e28224c3..2319fcc6d0ec 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.6
+pkgver=1.9.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=('04cc250d58f1735c0314e5a8d30d670c')
+md5sums=('5f31282086331ed8a8922fe94ec17b41')
package()
{