summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2016-09-16 15:11:17 -0700
committerGraham Smith2016-09-16 15:11:17 -0700
commitd446432b9275be1d50206d3f9b5ccf9c4b1855e9 (patch)
treefaf04085fa2205337e8e6e1ac68239e9f1d18520
parentbe1a3d2fda7b6896fe70ebbb12668487535dea6f (diff)
downloadaur-d446432b9275be1d50206d3f9b5ccf9c4b1855e9.tar.gz
md5sum
-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()
{