summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-10-14 11:32:31 -0700
committerGraham Smith2017-10-14 11:32:31 -0700
commitba1de5648cd74c838a5c3dee49b4ecce92cda0cb (patch)
treef2a3ea48b5d2ccbb8ddd074ad4cc01f7ac1ae708
parentf24298e22c173e2ea930d36db8198704db814b61 (diff)
downloadaur-ba1de5648cd74c838a5c3dee49b4ecce92cda0cb.tar.gz
added multi-treading for faster url lookups
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdbad855f478..fba7e23d865d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 23:28:02 UTC 2017
+# Sat Oct 14 18:32:18 UTC 2017
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 0.9.2
+ pkgver = 0.9.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 = 3c7a1c465eb8344056e329ae2334774b
+ md5sums = ffe6d98c4a4513e4e714020e44d054d8
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 7b284d5b5f69..4573eee38e63 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.2
+pkgver=0.9.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=('3c7a1c465eb8344056e329ae2334774b')
+md5sums=('ffe6d98c4a4513e4e714020e44d054d8')
package()
{