summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2023-08-06 14:49:40 -0700
committerGraham Smith2023-08-06 14:49:40 -0700
commitb70661770ff435521abf8d905fa0170230653d02 (patch)
tree7f974c08a0e2bf0a75fbd7c9904356d5e6975593 /PKGBUILD
parent2d40d2259b3445c637f4b9b694b4740b89f02ac3 (diff)
downloadaur-b70661770ff435521abf8d905fa0170230653d02.tar.gz
fixed parsing issue getting 52 week low in fundementals
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b460ef342afd..59416de67a31 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.1
+pkgver=2.0.2
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=('079db992f51d015a385a1de09a1c8404')
+md5sums=('456c96b8cb068c593f3190c176aa0ec9')
package()
{