summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2016-12-23 13:01:56 -0800
committerGraham Smith2016-12-23 13:01:56 -0800
commit852a4260505122de700ae6c27781f9c0d5a5c00c (patch)
tree661a60ccae187286a162339d68638fd7cc4d49dd /PKGBUILD
parentb3eb5664991b33854e2d824d3aae380b89842be2 (diff)
downloadaur-852a4260505122de700ae6c27781f9c0d5a5c00c.tar.gz
improved add and delete functions
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06f5b06164ae..d66cf699f181 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=stock_quote
-pkgver=0.7.2
+pkgver=0.7.3
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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py")
-md5sums=('653aaeaa911178e4552998cf1148e739')
+md5sums=('4ee384218bbc873e6770dd315c7984e8')
package()
{