new upstream version 4.4.26

This commit is contained in:
Cedric Girard 2018-05-30 15:46:55 +02:00
parent 11d19638a6
commit 8009c665af
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.25
pkgver = 4.4.26
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn
arch = any
license = Apache
source = https://pypi.io/packages/source/z/zxcvbn/zxcvbn-4.4.25.tar.gz
md5sums = f69cdfcd4ad4861c4260e47c001504d3
source = https://pypi.io/packages/source/z/zxcvbn/zxcvbn-4.4.26.tar.gz
md5sums = c4db5841242c41f4bfd4edf8fe19ea68
pkgname = python2-zxcvbn
depends = python2

View file

@ -2,7 +2,7 @@
_pythonmod=zxcvbn
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
pkgver=4.4.25
pkgver=4.4.26
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=('f69cdfcd4ad4861c4260e47c001504d3')
md5sums=('c4db5841242c41f4bfd4edf8fe19ea68')
package_python2-zxcvbn() {
depends=('python2')