diff options
Diffstat (limited to 'testing/py-bandwidth-sdk/APKBUILD')
-rw-r--r-- | testing/py-bandwidth-sdk/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-bandwidth-sdk/APKBUILD b/testing/py-bandwidth-sdk/APKBUILD index 6eef3ba82e..46a429ea3e 100644 --- a/testing/py-bandwidth-sdk/APKBUILD +++ b/testing/py-bandwidth-sdk/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-bandwidth-sdk -pkgver=3.0.0b0 +pkgver=1.10 pkgrel=0 pkgdesc="python helpers for using bandwidth.com API" url="https://pypi.python.org/pypi/bandwidth-sdk/" @@ -10,8 +10,8 @@ depends="py-requests" makedepends="python2-dev python3-dev py-setuptools" install="" subpackages="py2-bandwidth-sdk:py2 py3-bandwidth-sdk:py3" -source="https://files.pythonhosted.org/packages/source/b/bandwidth-sdk/bandwidth_sdk-$pkgver.tar.gz" -builddir="$srcdir/bandwidth_sdk-$pkgver" +source="bandwidth-sdk-$pkgver.tar.gz::https://github.com/Bandwidth/python-bandwidth/archive/$pkgver.tar.gz" +builddir="$srcdir/python-bandwidth-$pkgver" build() { cd "$_builddir" @@ -43,4 +43,4 @@ py3() { _py python3 } -sha512sums="9cd6528dded5a9f080360191881083bb74220336a6a8b33bcee50f81031089f114497801d9cb8e4f25c90d288a429fa54f3d15d10cc001bee0259054c0586060 bandwidth_sdk-3.0.0b0.tar.gz" +sha512sums="f8350172af1614e924f264469f5dd246381efb3eae7a8d16f6fc3d4cf2526c74f4dd78f8e16379a898f6ddd2483d68bc170250a07ec1adadce8b50939b56b504 bandwidth-sdk-1.10.tar.gz" |