summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2021-08-20 15:00:17 -0700
committerGraham Smith2021-08-20 15:00:17 -0700
commit5b7764ac555f33b07510e17e18e4973b422c4bb9 (patch)
treee47c09a7dcc48a2a3b37c19ee048a4054e4d9e16 /PKGBUILD
parentdc8a1dacc991ce2ec180a54ef71b26a37f402939 (diff)
downloadaur-5b7764ac555f33b07510e17e18e4973b422c4bb9.tar.gz
list targets in cost option
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 178586da64bc..a7492fe25e18 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.8.8
+pkgver=1.8.9
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=('e98e3460e1b153b69e67f2bf61aa713a')
+md5sums=('d68dd7f338da63fc3676392503fe5d4a')
package()
{