summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2018-10-27 16:35:54 -0700
committerGraham Smith2018-10-27 16:35:54 -0700
commitdfb56ab833dfef8709f8dca9e42680dc1a664a39 (patch)
treebd907419f6f2e6322e3131117d07122aa97206ad
parentef2a6301258868753dc07c94694198c42322552f (diff)
downloadaur-dfb56ab833dfef8709f8dca9e42680dc1a664a39.tar.gz
added function to print holdings
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb59aa79f5a0..89d15aecc88d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 20 17:48:42 UTC 2018
+# Sat Oct 27 23:35:47 UTC 2018
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,7 +12,7 @@ pkgbase = stock_quote
depends = python-colorama
depends = python-influxdb
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = aa910a6274011d8734b9393ef816c439
+ md5sums = 31d639c11bd43259ca8f62440c74a13c
pkgname = stock_quote
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()
{