diff options
Diffstat (limited to 'testing/py-xlsxwriter/APKBUILD')
-rw-r--r-- | testing/py-xlsxwriter/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-xlsxwriter/APKBUILD b/testing/py-xlsxwriter/APKBUILD index f2e1117248..f2ed2729df 100644 --- a/testing/py-xlsxwriter/APKBUILD +++ b/testing/py-xlsxwriter/APKBUILD @@ -4,7 +4,6 @@ pkgname=py-xlsxwriter _pkgname="XlsxWriter" pkgver=0.8.7 pkgrel=0 -_id="9fc92a4af443e86d50dbc50d9cb6af1dca40b61a0633cfd46b1a2b0e4bfe" pkgdesc="A Python module for creating Excel XLSX files" url="https://github.com/jmcnamara/XlsxWriter" arch="noarch" @@ -14,7 +13,7 @@ depends_dev="" makedepends="$depends_dev python-dev py-setuptools" install="" subpackages="" -source="https://pypi.python.org/packages/1e/fd/$_id/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { |