summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Toombs2018-01-21 16:57:46 -0500
committerEric Toombs2018-01-21 16:57:46 -0500
commit981729d7a8c23198d5b7dcb45f613f17660c760b (patch)
tree62fbed295c5bc287c3fdb2bb34696bb189178a9d
parent2fbbf937048ef3d2e9af9ae482d48c1ebb7ad7a2 (diff)
downloadaur-981729d7a8c23198d5b7dcb45f613f17660c760b.tar.gz
switched to a better fork.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f450a3205f..785ad44e1e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jan 15 05:25:56 UTC 2018
+# Sun Jan 21 21:57:11 UTC 2018
pkgbase = python-binance-git
pkgdesc = A simple python interface to binance.com's web API.
- pkgver = 0.6.2.745ca91
- pkgrel = 2
- url = https://github.com/sammchardy/python-binance
+ pkgver = 0.6.2.23edd7b
+ pkgrel = 1
+ url = https://github.com/ewtoombs/python-binance
arch = any
license = MIT
makedepends = python-setuptools
@@ -12,7 +12,7 @@ pkgbase = python-binance-git
depends = python-requests
depends = python-autobahn
depends = python-service-identity
- source = git+https://github.com/sammchardy/python-binance.git
+ source = git+https://github.com/ewtoombs/python-binance.git
md5sums = SKIP
pkgname = python-binance-git
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 () {