summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2022-10-26 12:08:16 -0700
committerGraham Smith2022-10-26 12:08:16 -0700
commit0ce2e695b100b1dab3d4bb2e0f36c377209ce0b7 (patch)
tree9a436d0a2d94f4a4c9a744b9a77ff75df82d75ec
parent3d092af1da2be71e2b92005dcbfa6b9a97fc3ed9 (diff)
downloadaur-0ce2e695b100b1dab3d4bb2e0f36c377209ce0b7.tar.gz
use float for cost for better gain resolution
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295e54a85e10..1b3fea49b059 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.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,6 +12,6 @@ pkgbase = stock_quote
depends = python-pandas
depends = python-plotly
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = a36a911ed792fb6fe8da399836507dba
+ md5sums = 704f382c647a64038b3876054bbb9484
pkgname = stock_quote
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()
{