summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-10-20 10:48:50 -0700
committerGraham Smith2018-10-20 10:48:50 -0700
commitef2a6301258868753dc07c94694198c42322552f (patch)
tree80cddcafc0c3dbd62d96a798a230bd259529b1fb /PKGBUILD
parent5568e1642f58afd05bc45f5d74e63801fb16a86f (diff)
downloadaur-ef2a6301258868753dc07c94694198c42322552f.tar.gz
fix quote for null PE
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb8a64a449a5..3cf6a4df831e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=1.1.0
+pkgver=1.1.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=('47abad5478d548df092060bba670a434')
+md5sums=('aa910a6274011d8734b9393ef816c439')
package()
{