new upstream version 4.4.18

This commit is contained in:
Cedric Girard 2017-10-18 12:14:19 +02:00
parent e56a0142ad
commit edd00898b6
2 changed files with 7 additions and 6 deletions

View file

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

View file

@ -2,14 +2,15 @@
_pythonmod=zxcvbn-python
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
pkgver=4.4.17
pkgver=4.4.18
pkgrel=1
pkgdesc="Password strength estimator"
arch=('any')
url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
md5sums=('c7b4807b76039b440d34804fe2024f97')
#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')
package_python2-zxcvbn() {
depends=('python2')