pypi does not accept plain HTTP anymore

This commit is contained in:
Cedric Girard 2017-11-21 15:47:38 +01:00
parent ad3d96f53d
commit b6e300e8e3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ pkgbase = python2-first
license = MIT
makedepends = python2-setuptools
depends = python2
source = http://pypi.python.org/packages/source/f/first/first-2.0.1.tar.gz
source = https://pypi.python.org/packages/source/f/first/first-2.0.1.tar.gz
md5sums = eb62baf10657717238f9dc674b8b681f
pkgname = python2-first

View File

@ -11,7 +11,7 @@ url="https://github.com/hynek/first/"
license=('MIT')
depends=('python2')
makedepends=('python2-setuptools')
source=("http://pypi.python.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
source=("https://pypi.python.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('eb62baf10657717238f9dc674b8b681f')
package() {