aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-cparser
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-cparser')
-rw-r--r--community/py-cparser/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-cparser/APKBUILD b/community/py-cparser/APKBUILD
index 78ae665760..a1b2271e17 100644
--- a/community/py-cparser/APKBUILD
+++ b/community/py-cparser/APKBUILD
@@ -12,7 +12,7 @@ depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
-source="https://pypi.python.org/packages/source/p/pycparser/pycparser-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-$pkgver.tar.gz"
_builddir="$srcdir"/pycparser-$pkgver
prepare() {