diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-08-15 03:17:01 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-08-15 03:17:01 +0000 |
commit | b4b0d48f274d8187efa37c107001cc27f7c5e379 (patch) | |
tree | 70551aac83902600ed4ad39631800b06fe7732a6 /testing | |
parent | 5b5ff813d9486f297a3e9abd3ca9ba2a5cf8e6c6 (diff) | |
download | aports-b4b0d48f274d8187efa37c107001cc27f7c5e379.tar.bz2 aports-b4b0d48f274d8187efa37c107001cc27f7c5e379.tar.xz |
testing/py-bandwidth-sdk: grr
Diffstat (limited to 'testing')
-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" |