summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-07-16 13:35:50 -0700
committerGraham Smith2017-07-16 13:35:50 -0700
commit29083007e615415bab973253baee8ce2bdffe9fa (patch)
treedb56ef9a0445cf55f1aeccf4df9ec2e8d6f8c88f /PKGBUILD
parentffc7d3782d7e7bf38c87ec703fa26916268fcedd (diff)
downloadaur-29083007e615415bab973253baee8ce2bdffe9fa.tar.gz
added offline mode and better html timeout handling
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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()
{