summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2023-10-16 17:02:04 -0700
committerGraham Smith2023-10-16 17:02:04 -0700
commit6d7291a263811c1b58a31b451fc0a2d20de11201 (patch)
treef12257e4354d6e1f49a42efc9d23d7f1473c373b /PKGBUILD
parent2fd44e9584ef487a276dc0cce788f84a52439c2a (diff)
downloadaur-6d7291a263811c1b58a31b451fc0a2d20de11201.tar.gz
adding Next earnings date to fundementals
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 115fd3638e0d..24b71cd9e5a2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.3
+pkgver=2.0.5
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=('d63adc6ffd47ae2838b80a2a543f1224')
+md5sums=('f8b5ae577743d1ae96e59bfee07fbf22')
package()
{