pypi does not accept plain HTTP anymore
This commit is contained in:
parent
ad3d96f53d
commit
b6e300e8e3
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue