summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-03-23 12:50:25 -0700
committerGraham Smith2018-03-23 12:50:25 -0700
commit2e5b52cc10cdf5b4d9137996632e8f7065c253e5 (patch)
treea09965906c0a7d05b3bdf5e2c642677aab4d8fb9 /PKGBUILD
parent3f5923f239aa13e944f7d9c3296f281c031f596f (diff)
downloadaur-2e5b52cc10cdf5b4d9137996632e8f7065c253e5.tar.gz
improved help
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index effbf9d09af5..a06a98ac5d52 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.8
+pkgver=0.9.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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
-md5sums=('f38fa3a5412f6e67b282c1d2aeeb6db4')
+md5sums=('41c0ec69d39f730c68c6df2699313e55')
package()
{