summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2022-10-26 12:19:29 -0700
committerGraham Smith2022-10-26 12:19:29 -0700
commited753c39d27c98f6631ab5ae2c3fd462f1b382d8 (patch)
tree72d30720a9b46a1db1a19b20df5cb83ac5fd0e7b /PKGBUILD
parent0ce2e695b100b1dab3d4bb2e0f36c377209ce0b7 (diff)
downloadaur-ed753c39d27c98f6631ab5ae2c3fd462f1b382d8.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 0c01bed1a9d3..451a6065ef70 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stock_quote
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
license=('GPL')
@@ -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=('704f382c647a64038b3876054bbb9484')
+md5sums=('d05fb847b40686ade7702601e06e55dc')
package()
{