summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2023-01-11 12:48:59 -0800
committerGraham Smith2023-01-11 12:48:59 -0800
commit2579855d7e254889eefb7159cc88c9675bb53b65 (patch)
treeb480bc186e5eac315aa13514b6a0b1f07658033b
parente1e121f08f05d528ef30bb5faee8a39f7a3025af (diff)
downloadaur-2579855d7e254889eefb7159cc88c9675bb53b65.tar.gz
feature to download price targets for stocks in a portfolio
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20f5a9a64eb0..b4390c3fb7ae 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 = 1.9.5
+ pkgver = 1.9.6
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 = 79b94d028e8f574bedb0e870a360e9f3
+ md5sums = 04cc250d58f1735c0314e5a8d30d670c
pkgname = stock_quote
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()
{