summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-01-11 15:45:28 -0800
committerGraham Smith2022-01-11 15:45:28 -0800
commit3d092af1da2be71e2b92005dcbfa6b9a97fc3ed9 (patch)
treef0bfa086bc1574b7d0f285fcc3bca64eaccfd16d /PKGBUILD
parentdfd365fda0965bd71cb04ef17a58de958a62acf0 (diff)
downloadaur-3d092af1da2be71e2b92005dcbfa6b9a97fc3ed9.tar.gz
fixed ordering of value in chart value plot
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef39c0a18dae..d6d61ebd27d4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.2
+pkgver=1.9.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=('c7d882fb5a6244a0ea7979d7592c30c4')
+md5sums=('a36a911ed792fb6fe8da399836507dba')
package()
{