summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgps15392015-12-02 12:51:53 -0800
committergps15392015-12-02 12:51:53 -0800
commit20ed72db084975722be77ddb6c89a0eb357ab288 (patch)
tree378cba81720e4adbd3c3e84acf698f8834f6870a /PKGBUILD
parentbb2be0fc312a8dc397d9db12564d8a2e461f0a2d (diff)
downloadaur-20ed72db084975722be77ddb6c89a0eb357ab288.tar.gz
fixed formating and gain % math
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00dcd02443ff..533e026279aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="python script for getting stock quotes from yahoo and calculting gains and losses"
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/gps1539/stock_quote'
depends=('python' 'python-numpy' 'python-colorama')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py")
-md5sums=('c99244fc350e4bd169302667d2962d17')
+md5sums=('9150489554a7c49532aa08bff4094127')
package()
{