summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2019-03-21 18:26:51 -0700
committerGraham Smith2019-03-21 18:26:51 -0700
commitaae27e9a5ee9ca8b865b6ecf8e9b5250a36692b0 (patch)
treed760f572c9a5f0f2f0849d4b1fc6001c8567213d /PKGBUILD
parent1744c1b3d9c9d8628357cd44db86be1c0d7c2785 (diff)
downloadaur-aae27e9a5ee9ca8b865b6ecf8e9b5250a36692b0.tar.gz
added stock news feature
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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()
{