summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2020-07-20 12:52:52 -0700
committerGraham Smith2020-07-20 12:52:52 -0700
commit6402b3371579ae7f0c31abc88b711837a9b4627d (patch)
tree1a295e58f5c9d4fe9b951a39cf66cb11d908c20d
parent905a0e0e832e1a76286fa1cc101d7fbf5956f8e7 (diff)
downloadaur-6402b3371579ae7f0c31abc88b711837a9b4627d.tar.gz
bug fixes
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9128a71e068e..cce6b7f97b06 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.8.2
+ pkgver = 1.8.3
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 = 1331cb4c49706985fe3d85ea45d9139d
+ md5sums = f15c961bf3a6a25a5659d2fa7e15260c
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index faf598a27fea..38ddd6c9b98c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.8.2
+pkgver=1.8.3
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=('1331cb4c49706985fe3d85ea45d9139d')
+md5sums=('f15c961bf3a6a25a5659d2fa7e15260c')
package()
{