diff options
Diffstat (limited to 'community/py-distutils-extra/APKBUILD')
-rw-r--r-- | community/py-distutils-extra/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-distutils-extra/APKBUILD b/community/py-distutils-extra/APKBUILD index 460c981120..1a2ba8c02e 100644 --- a/community/py-distutils-extra/APKBUILD +++ b/community/py-distutils-extra/APKBUILD @@ -4,13 +4,13 @@ pkgname=py-distutils-extra pkgver=2.39 pkgrel=0 pkgdesc="Enhanced distutils package for python" -url="http://launchpad.net/python-distutils-extra" +url="https://launchpad.net/python-distutils-extra" arch="noarch" license="GPL" depends="py-setuptools" makedepends="python2-dev" install="" -source="http://launchpad.net/python-distutils-extra/trunk/$pkgver/+download/python-distutils-extra-$pkgver.tar.gz" +source="https://launchpad.net/python-distutils-extra/trunk/$pkgver/+download/python-distutils-extra-$pkgver.tar.gz" _builddir="$srcdir"/python-distutils-extra-$pkgver prepare() { |