summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-11-20 15:11:09 -0800
committerGraham Smith2017-11-20 15:11:09 -0800
commit5450f91fd2962f70fda58d4133df03fbbb95ce1b (patch)
tree4265f247392f857d5c60ae044f7b84d2c9d50742
parent9d1733510add6e85b075dc2d08e3fa9cdf5588f3 (diff)
downloadaur-5450f91fd2962f70fda58d4133df03fbbb95ce1b.tar.gz
pip stuff
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7e91338d4e9..3d3a77111fb0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=stock_quote
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="python script to get stock quotes and calculate gains and losses"
arch=('any')
license=('GPL')
url='https://github.com/gps1539/stock_quote'
depends=('python' 'python-numpy' 'python-colorama' 'python-influxdb')
makedepends=()
-source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote")
+source=("https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote/stock_quote")
md5sums=('99dd6da5ac2d8526b4dc31ac6f2f97b0')
package()