new upstream version 4.4.19

This commit is contained in:
Cedric Girard 2018-02-05 12:12:30 +01:00
parent edd00898b6
commit f32e32a6f2
Signed by: X-dark
GPG key ID: 37995E758B76710B
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
pkgver = 4.4.18
pkgver = 4.4.19
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python
arch = any
license = Apache
source = https://github.com/dwolfhub/zxcvbn-python/archive/v4.4.18.tar.gz
md5sums = bcfe64ff316368298409884a11ee8a75
source = https://github.com/dwolfhub/zxcvbn-python/archive/v4.4.19.tar.gz
md5sums = fe057ff3c170d1b3d0ecc29ba13a5127
pkgname = python2-zxcvbn
depends = python2

View file

@ -2,7 +2,7 @@
_pythonmod=zxcvbn-python
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
pkgver=4.4.18
pkgver=4.4.19
pkgrel=1
pkgdesc="Password strength estimator"
arch=('any')
@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
#source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
source=("https://github.com/dwolfhub/${_pythonmod}/archive/v$pkgver.tar.gz")
md5sums=('bcfe64ff316368298409884a11ee8a75')
md5sums=('fe057ff3c170d1b3d0ecc29ba13a5127')
package_python2-zxcvbn() {
depends=('python2')