summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-10-06 10:59:07 -0700
committerGraham Smith2018-10-06 10:59:07 -0700
commit5568e1642f58afd05bc45f5d74e63801fb16a86f (patch)
treea66bc909691d5bd47285ab84f340c5e548dae5a6 /PKGBUILD
parentdbf79af5b790105970be63d83fbe18d4edef5436 (diff)
downloadaur-5568e1642f58afd05bc45f5d74e63801fb16a86f.tar.gz
added quote feature
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cda19f85977..fb8a64a449a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.0.1
+pkgver=1.1.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=('ec85a98fcb27f6e1608c56ceef3f8aad')
+md5sums=('47abad5478d548df092060bba670a434')
package()
{