summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Toombs2018-01-15 00:25:49 -0500
committerEric Toombs2018-01-15 00:25:49 -0500
commitc28663a6116796c0441ea990ade936bdcb347b1f (patch)
treef62ade882620a1dc8788450de8e028517fa2fda8 /PKGBUILD
parentab89fa4052b3b6ab59f1db9177d096118e2e6c5b (diff)
downloadaur-c28663a6116796c0441ea990ade936bdcb347b1f.tar.gz
Forgot some deps. Also, messed up the URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae64b4252be1..84dfe29f87e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@ _pkgname='python-binance'
pkgname="$_pkgname-git"
_majmin='0.6.2'
pkgver=0.6.2.745ca91
-pkgrel=1
+pkgrel=2
pkgdesc="A simple python interface to binance.com's web API."
arch=('any')
url='https://github.com/sammchardy/python-binance'
license=('MIT')
-depends=('python' 'python-requests')
+depends=('python' 'python-requests' 'python-autobahn' 'python-service-identity')
makedepends=('python-setuptools')
-source=('git+https://github.com/ewtoombs/python-calc.git')
+source=('git+https://github.com/sammchardy/python-binance.git')
md5sums=('SKIP')
pkgver () {