summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-07-16 13:35:50 -0700
committerGraham Smith2017-07-16 13:35:50 -0700
commit29083007e615415bab973253baee8ce2bdffe9fa (patch)
treedb56ef9a0445cf55f1aeccf4df9ec2e8d6f8c88f
parentffc7d3782d7e7bf38c87ec703fa26916268fcedd (diff)
downloadaur-29083007e615415bab973253baee8ce2bdffe9fa.tar.gz
added offline mode and better html timeout handling
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62752b412f8c..7e7d9b4941c1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 05:11:40 UTC 2017
+# Sun Jul 16 20:34:26 UTC 2017
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 0.8.2
+ pkgver = 0.8.3
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
- md5sums = 4fbfc47e5d95a1b9e7ec2bcdd99b2ecb
+ md5sums = e9a1ec7328503cf2a2e4d2db63f70654
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 67906831db4e..a5e09c473c18 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.8.2
+pkgver=0.8.3
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")
-md5sums=('4fbfc47e5d95a1b9e7ec2bcdd99b2ecb')
+md5sums=('e9a1ec7328503cf2a2e4d2db63f70654')
package()
{