summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2023-08-07 09:51:25 -0700
committerGraham Smith2023-08-07 09:51:25 -0700
commit2fd44e9584ef487a276dc0cce788f84a52439c2a (patch)
tree4ff8776e48a95d64fc60d2f3d746a81a007288c4
parentb70661770ff435521abf8d905fa0170230653d02 (diff)
downloadaur-2fd44e9584ef487a276dc0cce788f84a52439c2a.tar.gz
fixed parsing issue getting 52 week low in quotes
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3396313c6f..7e8d4b70f437 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,6 +12,6 @@ pkgbase = stock_quote
depends = python-pandas
depends = python-plotly
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = 456c96b8cb068c593f3190c176aa0ec9
+ md5sums = d63adc6ffd47ae2838b80a2a543f1224
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 59416de67a31..115fd3638e0d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.2
+pkgver=2.0.3
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=('456c96b8cb068c593f3190c176aa0ec9')
+md5sums=('d63adc6ffd47ae2838b80a2a543f1224')
package()
{