summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-01-22 16:53:20 -0800
committerGraham Smith2017-01-22 16:53:20 -0800
commite02105b3681ba9c121cdeedcb57862ac6b9cb05b (patch)
tree3c9de013a3c38f43bd56210a4f200cf23fe0cf4a
parent20356580755a2330d7d91a7a75cee8455138e17b (diff)
downloadaur-e02105b3681ba9c121cdeedcb57862ac6b9cb05b.tar.gz
changes for PyPi
-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()