summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d3b30315bd..dc08f1fa8a39 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 00:50:36 UTC 2017
+# Mon Jan 23 00:53:09 UTC 2017
pkgbase = stock_quote
pkgdesc = python script to get stock quotes and calculate gains and losses
pkgver = 0.8.0
@@ -10,7 +10,7 @@ pkgbase = stock_quote
depends = python
depends = python-numpy
depends = python-colorama
- source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock
+ source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote
md5sums = 7bfa299b9c7ca08d366b4acce8d99ae2
pkgname = stock_quote
diff --git a/PKGBUILD b/PKGBUILD
index 6557ce14240d..f28a01086883 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
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/stock")
+source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
md5sums=('7bfa299b9c7ca08d366b4acce8d99ae2')
package()