summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-03-21 22:11:59 -0700
committerGraham Smith2017-03-21 22:11:59 -0700
commitffc7d3782d7e7bf38c87ec703fa26916268fcedd (patch)
treec99514863d10f297e4cf31e28620fa5d537ad67c
parent2f031c047dbd3cc3b1216fff31f28d1ffa7af0e6 (diff)
downloadaur-ffc7d3782d7e7bf38c87ec703fa26916268fcedd.tar.gz
retry gets and exception handling
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e875be97b1..62752b412f8c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 04:28:39 UTC 2017
+# Wed Mar 22 05:11:40 UTC 2017
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://github.com/gps1539/stock_quote
arch = any
license = GPL
@@ -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 = 6b78db3d3bb0aa1ec4676be4a136605a
+ md5sums = 4fbfc47e5d95a1b9e7ec2bcdd99b2ecb
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 2767541533a6..67906831db4e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
license=('GPL')
@@ -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=('6b78db3d3bb0aa1ec4676be4a136605a')
+md5sums=('4fbfc47e5d95a1b9e7ec2bcdd99b2ecb')
package()
{