summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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 () {