summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2020-10-19 11:38:17 -0700
committerGraham Smith2020-10-19 11:38:17 -0700
commit03d09d4bb88d5dce37a37e280dfa32ffdfecc140 (patch)
tree7ff681f8bcd3190094e0db13f5780ac560872cf4 /PKGBUILD
parentc4d15269070837ce4021676bde2da08f8a1b3940 (diff)
downloadaur-03d09d4bb88d5dce37a37e280dfa32ffdfecc140.tar.gz
added ability to compare stock price changes
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 378ef612dc39..929000fe1c6a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.8.5
+pkgver=1.8.6
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=('ff9f286c0371d44ede8a541379f99643')
+md5sums=('bf04095177e1fc351e88b1042ac3d760')
package()
{