summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2019-06-22 14:54:27 -0700
committerGraham Smith2019-06-22 14:54:27 -0700
commit3d364fbc816545deed9a01e3ae22bb40b9004c1a (patch)
tree70660bd7d68e17b81625ef4547357cc0519acbbd
parente48e62ba1473be1f2c071615e781e71e2d849c20 (diff)
downloadaur-3d364fbc816545deed9a01e3ae22bb40b9004c1a.tar.gz
updated to allow us with iexcloud accounts
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7ab9da87f69..84975545584a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Apr 22 19:17:14 UTC 2019
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
@@ -12,7 +10,7 @@ pkgbase = stock_quote
depends = python-colorama
depends = python-influxdb
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
- md5sums = 1da5808452ebeacbe9ce67a9f45be06b
+ md5sums = d75223039244d4719a0f7d1851c2326c
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 968c35ceb63c..4da2094a9758 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.4.1
+pkgver=1.5.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=('1da5808452ebeacbe9ce67a9f45be06b')
+md5sums=('d75223039244d4719a0f7d1851c2326c')
package()
{