[arch-commits] Commit in python-pygeoip/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Dec 3 20:06:25 UTC 2017
Date: Sunday, December 3, 2017 @ 20:06:22
Author: jelle
Revision: 272040
Fix source 404
Using https is required now
Modified:
python-pygeoip/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 19:51:27 UTC (rev 272039)
+++ PKGBUILD 2017-12-03 20:06:22 UTC (rev 272040)
@@ -9,12 +9,12 @@
pkgrel=3
pkgdesc="Pure Python GeoIP API"
arch=('any')
-url="http://pypi.python.org/pypi/$_pypiname"
+url="https://pypi.python.org/pypi/$_pypiname"
license=('LGPL')
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python-nose' 'python2-nose')
optdepends=('geoip-database: provides a database for geoip lookups')
-source=("http://pypi.python.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
md5sums=('861664f8be3bed44820356539f2ea5b6')
prepare() {
More information about the arch-commits
mailing list