summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2024-03-20 14:26:22 -0700
committerGraham Smith2024-03-20 14:26:22 -0700
commitf250155c6ba496462166d85748ac246165efe1ec (patch)
tree3ee2c68ed44e9551a724f83afe06f13c2ce8081b /PKGBUILD
parent6d7291a263811c1b58a31b451fc0a2d20de11201 (diff)
downloadaur-f250155c6ba496462166d85748ac246165efe1ec.tar.gz
added colors when price target changes
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24b71cd9e5a2..c748e2106fde 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=2.0.5
+pkgver=2.0.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=('f8b5ae577743d1ae96e59bfee07fbf22')
+md5sums=('7d9987e3364b7169ef2edf95af917282')
package()
{