summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2020-05-05 14:28:38 -0700
committerGraham Smith2020-05-05 14:28:38 -0700
commite3fee3b7307fa007df65b8b27e735424cfc35db4 (patch)
tree8c4d204e20e488de574fb31b1775036b907ce80f
parent6c5f0ba5680664a16718dfa4d5626c7931fb7c56 (diff)
downloadaur-e3fee3b7307fa007df65b8b27e735424cfc35db4.tar.gz
added charts, new features and using requests
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c28c6896d04..ea50017b23dd 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.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,7 +12,7 @@ pkgbase = stock_quote
depends = python-pandas
depends = python-plotly
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = 9c92fd527e7c2f7cabe9e79e46cebc44
+ md5sums = 8674cb17f35f4adfa395ddfd7e5168a5
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 24117ce8c958..2a3eb2024ed1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.7.1
+pkgver=1.8.0
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=('9c92fd527e7c2f7cabe9e79e46cebc44')
+md5sums=('8674cb17f35f4adfa395ddfd7e5168a5')
package()
{