aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-distutils-extra
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-19 14:15:43 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-19 14:16:58 +0100
commit4ee7c35b7d373eda37833e00b68898f63b65a14a (patch)
treee9c01bedd17c5b1b84004eea11e1dcbf875b837a /community/py-distutils-extra
parent730cdcef6901750f4029d4c3b8639ce02ee3ead1 (diff)
downloadaports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.bz2
aports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.xz
community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
Diffstat (limited to 'community/py-distutils-extra')
-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 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() {