aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-distutils-extra/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-distutils-extra/APKBUILD')
-rw-r--r--community/py-distutils-extra/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-distutils-extra/APKBUILD b/community/py-distutils-extra/APKBUILD
index 460c981120d..1a2ba8c02e1 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() {