diff --git a/python2-safe/.SRCINFO b/python2-safe/.SRCINFO index 0850daf..1c8fbae 100644 --- a/python2-safe/.SRCINFO +++ b/python2-safe/.SRCINFO @@ -1,16 +1,14 @@ -# Generated by mksrcinfo v8 -# Mon Feb 29 15:19:03 UTC 2016 pkgbase = python2-safe pkgdesc = Check the password strength for you. pkgver = 0.4 pkgrel = 1 - url = http://pypi.python.org/pypi/Safe + url = https://pypi.python.org/pypi/Safe arch = any license = Apache makedepends = python2-setuptools depends = python2 source = https://pypi.python.org/packages/source/S/Safe/Safe-0.4.tar.gz - md5sums = 670ef3588b98f878dd1b38b13d8f677d + sha256sums = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de pkgname = python2-safe diff --git a/python2-safe/PKGBUILD b/python2-safe/PKGBUILD index 10fe801..b2db862 100644 --- a/python2-safe/PKGBUILD +++ b/python2-safe/PKGBUILD @@ -1,16 +1,16 @@ -# Maintainer: Cedric Girard +# Maintainer: Cedric Girard _pythonmod=Safe pkgname=python2-safe pkgver=0.4 pkgrel=1 pkgdesc="Check the password strength for you." arch=('any') -url="http://pypi.python.org/pypi/${_pythonmod}" +url="https://pypi.python.org/pypi/${_pythonmod}" license=('Apache') depends=('python2') makedepends=('python2-setuptools') source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz") -md5sums=('670ef3588b98f878dd1b38b13d8f677d') +sha256sums=('a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de') build() { cd ${srcdir}/${_pythonmod}-$pkgver