summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Toombs2018-01-21 16:57:46 -0500
committerEric Toombs2018-01-21 16:57:46 -0500
commit981729d7a8c23198d5b7dcb45f613f17660c760b (patch)
tree62fbed295c5bc287c3fdb2bb34696bb189178a9d /PKGBUILD
parent2fbbf937048ef3d2e9af9ae482d48c1ebb7ad7a2 (diff)
downloadaur-981729d7a8c23198d5b7dcb45f613f17660c760b.tar.gz
switched to a better fork.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84dfe29f87e9..eb9d70edc970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname='python-binance'
pkgname="$_pkgname-git"
_majmin='0.6.2'
-pkgver=0.6.2.745ca91
-pkgrel=2
+pkgver=0.6.2.23edd7b
+pkgrel=1
pkgdesc="A simple python interface to binance.com's web API."
arch=('any')
-url='https://github.com/sammchardy/python-binance'
+url='https://github.com/ewtoombs/python-binance'
license=('MIT')
depends=('python' 'python-requests' 'python-autobahn' 'python-service-identity')
makedepends=('python-setuptools')
-source=('git+https://github.com/sammchardy/python-binance.git')
+source=('git+https://github.com/ewtoombs/python-binance.git')
md5sums=('SKIP')
pkgver () {