summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-06-18 15:35:20 -0700
committerGraham Smith2018-06-18 15:35:20 -0700
commit72ee7c136a20d101b45883c02835580c4d77c497 (patch)
treea9ade307d5209d3129e4d645ba1d57dbfe5d0272 /PKGBUILD
parent2e5b52cc10cdf5b4d9137996632e8f7065c253e5 (diff)
downloadaur-72ee7c136a20d101b45883c02835580c4d77c497.tar.gz
added sort by total gain
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a06a98ac5d52..c8ec9fdf26ef 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.9
+pkgver=1.0.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=('41c0ec69d39f730c68c6df2699313e55')
+md5sums=('e5ee9bcf17efd883ac7fb459db475c4e')
package()
{