summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-02-24 19:22:39 -0800
committerGraham Smith2017-02-24 19:22:39 -0800
commitd311e4c5a0e3f5a31a1c5b150d9771b0f80d41e2 (patch)
tree70a983e486f5e376869bb2d33972ed93c63f6cd2
parent3bb4387fe26a9cfc5d840fe9e140b13fe4202415 (diff)
downloadaur-d311e4c5a0e3f5a31a1c5b150d9771b0f80d41e2.tar.gz
better handling of http timeouts
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c5619f4a6b..f98e62d52c7e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 03:13:38 UTC 2017
+# Sat Feb 25 03:22:30 UTC 2017
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
pkgver = 0.8.1
@@ -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 = 93db4ba009687aa06646b7ad99050ed3
+ md5sums = c724b3fd60e45d39e8da22c585b8f529
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 13b4b9fc1ad4..b1a959c82bfb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('93db4ba009687aa06646b7ad99050ed3')
+md5sums=('c724b3fd60e45d39e8da22c585b8f529')
package()
{