summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2020-05-13 13:29:06 -0700
committerGraham Smith2020-05-13 13:29:06 -0700
commit905a0e0e832e1a76286fa1cc101d7fbf5956f8e7 (patch)
tree314627aaf130106e01eaf829eb1b8a69ba69e35b /PKGBUILD
parent779ecad00a2a85e54bd35aa2aea5863879bd375e (diff)
downloadaur-905a0e0e832e1a76286fa1cc101d7fbf5956f8e7.tar.gz
fixed issue with 0 in responses
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4074fa7f73b1..faf598a27fea 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.8.1
+pkgver=1.8.2
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=('3b71ca17473573b7fde4499c9f586299')
+md5sums=('1331cb4c49706985fe3d85ea45d9139d')
package()
{