summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2023-06-16 14:09:04 -0700
committerGraham Smith2023-06-16 14:09:04 -0700
commitfaf3b332d899e1c5f9674c19808a4ab4a6d3e66c (patch)
treefb062a2066e3afdcc45059ba4daeffe4075bad8f /PKGBUILD
parent9407ab6ebcf8be206c2dd3795e8eb7f3e659837d (diff)
downloadaur-faf3b332d899e1c5f9674c19808a4ab4a6d3e66c.tar.gz
removed iexapi as source due to ending free access, some features removed, but core function remains
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2319fcc6d0ec..54b497c0d5e3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.7
+pkgver=2.0.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=('5f31282086331ed8a8922fe94ec17b41')
+md5sums=('b3fa9a4d4c0983105dc7aef79c6ea085')
package()
{