summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2019-09-02 15:27:22 -0700
committerGraham Smith2019-09-02 15:27:22 -0700
commit5b2168708c7e7380dc19631d1896e87852448678 (patch)
treeb8fbefb4e18353b6d5cf6f989d7de66f8efb78d3 /PKGBUILD
parent8aa7256544847226e28cf6c0ac60a34ce10baa28 (diff)
downloadaur-5b2168708c7e7380dc19631d1896e87852448678.tar.gz
added a stats feature
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d6eb99bb767..4555c7f14db8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=2
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=('62034c9f8a02ea74a57bb9219e2c4bb8')
+md5sums=('2f6e7e23d5e696d8ad77af5ee684acbe')
package()
{