summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-02-24 19:13:56 -0800
committerGraham Smith2017-02-24 19:13:56 -0800
commit3bb4387fe26a9cfc5d840fe9e140b13fe4202415 (patch)
tree6d8416f2f60575e56709d39da8a37e4a0a000e85 /PKGBUILD
parent1abb4529ca3c8a31a98ddb099e18ce1732fc17f1 (diff)
downloadaur-3bb4387fe26a9cfc5d840fe9e140b13fe4202415.tar.gz
better handling of http timeouts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6785edf94ce9..13b4b9fc1ad4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=2
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=('7bfa299b9c7ca08d366b4acce8d99ae2')
+md5sums=('93db4ba009687aa06646b7ad99050ed3')
package()
{