summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2019-04-22 12:17:23 -0700
committerGraham Smith2019-04-22 12:17:23 -0700
commite48e62ba1473be1f2c071615e781e71e2d849c20 (patch)
tree5a45fd4d77953ab2e8da21fe67c922dcc86c2dc9 /PKGBUILD
parentaae27e9a5ee9ca8b865b6ecf8e9b5250a36692b0 (diff)
downloadaur-e48e62ba1473be1f2c071615e781e71e2d849c20.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f0ed863f71d..968c35ceb63c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.4.0
+pkgver=1.4.1
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=('3ad326dfc57851b3ac2d99bd235dfd2e')
+md5sums=('1da5808452ebeacbe9ce67a9f45be06b')
package()
{