summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22cf297a337e..a661e852fe18 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 6 23:29:01 UTC 2019
+# Fri Mar 22 01:26:37 UTC 2019
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
- pkgver = 1.3.0
+ pkgver = 1.4.0
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/stock_quote
- md5sums = 606ad81ecd477f0eec57fbab2b52f6e6
+ md5sums = 3ad326dfc57851b3ac2d99bd235dfd2e
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index f6ed9f69a78d..9f0ed863f71d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.3.0
+pkgver=1.4.0
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/stock_quote")
-md5sums=('606ad81ecd477f0eec57fbab2b52f6e6')
+md5sums=('3ad326dfc57851b3ac2d99bd235dfd2e')
package()
{