summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2016-12-17 15:53:56 -0800
committerGraham Smith2016-12-17 15:53:56 -0800
commitb3eb5664991b33854e2d824d3aae380b89842be2 (patch)
tree5eacb9f9a2f49a293dfa2d65cd9cb1874e9de24a
parent5f438f81fb2be0c0cc5425e4b2ca1724d793e26d (diff)
downloadaur-b3eb5664991b33854e2d824d3aae380b89842be2.tar.gz
added totals
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96420d69fa32..da11c43821e2 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 17 23:49:48 UTC 2016
+# Sat Dec 17 23:53:35 UTC 2016
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
pkgver = 0.7.2
@@ -11,7 +11,7 @@ pkgbase = stock_quote
depends = python-numpy
depends = python-colorama
source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py
- md5sums = c773481d8a60dc65664e5ab2ae55f119
+ md5sums = 653aaeaa911178e4552998cf1148e739
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 43d851c9b953..06f5b06164ae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('c773481d8a60dc65664e5ab2ae55f119')
+md5sums=('653aaeaa911178e4552998cf1148e739')
package()
{