summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-01-07 18:45:47 -0800
committerGraham Smith2022-01-07 18:45:47 -0800
commit5022036571b2d5ba76a8e52a8dc069bb5856f4a9 (patch)
tree98570f63c78ef1c5520bc8ceb4bf38e0997d2447 /PKGBUILD
parent0fec65865ae2cd23bf4c970e0d0f184674441d1b (diff)
downloadaur-5022036571b2d5ba76a8e52a8dc069bb5856f4a9.tar.gz
added ability to add cash for portfolio and plot portfolio value over time
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 081358cd5f7f..c8f55f3cb31f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.0
+pkgver=1.9.1
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=('f5ef4f7bf416e8ca2d261b2bed3ea2fb')
+md5sums=('cabde22b0c5a2db2f9a39dc6c20506bf')
package()
{