use HTTPS in URLs where supported (#1741)

This commit is contained in:
Viktor Szakats
2019-09-30 08:33:57 +02:00
committed by Алексей
parent 85ebf7df1d
commit 7f7316ba9b
160 changed files with 189 additions and 189 deletions

View File

@@ -5,7 +5,7 @@ pkgver=2.3.4
pkgrel=1
pkgdesc='Object-oriented filesystem paths'
arch=('any')
url='http://pypi.python.org/pypi/pathlib2'
url='https://pypi.python.org/pypi/pathlib2'
license=('MIT')
depends=('python2-six' 'python2-scandir')
makedepends=('python2-setuptools')