summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-09-13 19:21:12 -0700
committerGraham Smith2017-09-13 19:21:12 -0700
commitbca9df5069b0eefa2c72db8fa30d1ac0eec7e2f9 (patch)
tree4702ba1f553c4142c2e86c26b2fec240b0c01d3e /PKGBUILD
parent07fae9535a1b0cb2196163afb1f44e31a17397c1 (diff)
downloadaur-bca9df5069b0eefa2c72db8fa30d1ac0eec7e2f9.tar.gz
repeat function
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10c231978232..8fbc6c19b3e1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.9.0
+pkgver=0.9.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")
-md5sums=('ef41046fd7f1693a2a655b448db96670')
+md5sums=('f77a20e5a91b24236d22a8f9cc978cd5')
package()
{