summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-10-26 12:08:16 -0700
committerGraham Smith2022-10-26 12:08:16 -0700
commit0ce2e695b100b1dab3d4bb2e0f36c377209ce0b7 (patch)
tree9a436d0a2d94f4a4c9a744b9a77ff75df82d75ec /PKGBUILD
parent3d092af1da2be71e2b92005dcbfa6b9a97fc3ed9 (diff)
downloadaur-0ce2e695b100b1dab3d4bb2e0f36c377209ce0b7.tar.gz
use float for cost for better gain resolution
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6d61ebd27d4..0c01bed1a9d3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.9.3
+pkgver=1.9.4
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=('a36a911ed792fb6fe8da399836507dba')
+md5sums=('704f382c647a64038b3876054bbb9484')
package()
{