diff options
Diffstat (limited to 'testing/py-pypdf2/APKBUILD')
-rw-r--r-- | testing/py-pypdf2/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-pypdf2/APKBUILD b/testing/py-pypdf2/APKBUILD index 979a5b91a5..0f3594cf1f 100644 --- a/testing/py-pypdf2/APKBUILD +++ b/testing/py-pypdf2/APKBUILD @@ -3,7 +3,6 @@ pkgname=py-pypdf2 _pkgname=PyPDF2 pkgver=1.26.0 -_id="68fcc0d43daf4c6bdbc6b33cc3f77bda531c86b174cac56ef0ffdb96faab" pkgrel=0 pkgdesc="A Pure-Python library built as a PDF toolkit." url=" http://mstamy2.github.com/PyPDF2" @@ -14,7 +13,7 @@ depends_dev="" makedepends="$depends_dev python-dev py-setuptools" install="" subpackages="" -source="https://pypi.python.org/packages/b4/01/$_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() { |