summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-10-27 16:35:54 -0700
committerGraham Smith2018-10-27 16:35:54 -0700
commitdfb56ab833dfef8709f8dca9e42680dc1a664a39 (patch)
treebd907419f6f2e6322e3131117d07122aa97206ad /PKGBUILD
parentef2a6301258868753dc07c94694198c42322552f (diff)
downloadaur-dfb56ab833dfef8709f8dca9e42680dc1a664a39.tar.gz
added function to print holdings
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cf6a4df831e..fdd052c90039 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.1.1
+pkgver=1.2.0
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=('aa910a6274011d8734b9393ef816c439')
+md5sums=('31d639c11bd43259ca8f62440c74a13c')
package()
{