use secure urls

* follow some redirects
This commit is contained in:
Viktor Szakats
2016-02-22 21:06:36 +01:00
parent 22cc95fcd9
commit 2b119ae43f
115 changed files with 210 additions and 210 deletions

View File

@@ -9,8 +9,8 @@ arch=('any')
license=('GPL')
url="https://launchpad.net/python-distutils-extra"
makedepends=('python3-setuptools' 'python2-setuptools')
source=("http://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz"
$pkgbase-$pkgver.tar.gz.asc::http://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.asc)
source=("https://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz"
$pkgbase-$pkgver.tar.gz.asc::https://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.asc)
md5sums=('4e4c9bee92a3ca8bfd915f3adcf14648'
'SKIP')