summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-02-07 14:23:13 -0800
committerGraham Smith2018-02-07 14:23:13 -0800
commit3f5923f239aa13e944f7d9c3296f281c031f596f (patch)
tree316dc06e5d080c9d20d7bb35d1261148b5ff0f4e /PKGBUILD
parent65186c3f1c812e607614476a5c3a165c15ebd1cf (diff)
downloadaur-3f5923f239aa13e944f7d9c3296f281c031f596f.tar.gz
added list by gains and version
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d559efbe400..effbf9d09af5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.7
+pkgver=0.9.8
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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
-md5sums=('f19827205dd33b49ada5d1590ba1da46')
+md5sums=('f38fa3a5412f6e67b282c1d2aeeb6db4')
package()
{