summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2023-01-11 12:48:59 -0800
committerGraham Smith2023-01-11 12:48:59 -0800
commit2579855d7e254889eefb7159cc88c9675bb53b65 (patch)
treeb480bc186e5eac315aa13514b6a0b1f07658033b /PKGBUILD
parente1e121f08f05d528ef30bb5faee8a39f7a3025af (diff)
downloadaur-2579855d7e254889eefb7159cc88c9675bb53b65.tar.gz
feature to download price targets for stocks in a portfolio
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99e23e488843..2283e28224c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.5
+pkgver=1.9.6
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=('79b94d028e8f574bedb0e870a360e9f3')
+md5sums=('04cc250d58f1735c0314e5a8d30d670c')
package()
{