summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-01-10 09:49:17 -0800
committerGraham Smith2022-01-10 09:49:17 -0800
commitdfd365fda0965bd71cb04ef17a58de958a62acf0 (patch)
tree1a2c3788e221ae73875edb3e4cb5e7616b810bed /PKGBUILD
parent5022036571b2d5ba76a8e52a8dc069bb5856f4a9 (diff)
downloadaur-dfd365fda0965bd71cb04ef17a58de958a62acf0.tar.gz
fixed y axis direction on value chart
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8f55f3cb31f..ef39c0a18dae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.1
+pkgver=1.9.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=('cabde22b0c5a2db2f9a39dc6c20506bf')
+md5sums=('c7d882fb5a6244a0ea7979d7592c30c4')
package()
{