summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ecc5ee6bec3..0f721fd8ceb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 22:07:06 UTC 2016
+# Fri Sep 16 22:10:01 UTC 2016
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
pkgver = 0.7.1
@@ -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 = 7083e81fe4dd1fe4c43ce444a4c991a2
+ md5sums = c773481d8a60dc65664e5ab2ae55f119
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 2409f616082e..a91bf69af5c1 100644
--- 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=('7083e81fe4dd1fe4c43ce444a4c991a2')
+md5sums=('c773481d8a60dc65664e5ab2ae55f119')
package()
{