new upstream version 4.4.15

This commit is contained in:
Cedric Girard 2017-08-23 11:03:49 +02:00
parent 490cb34374
commit 4c75044ae0
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
pkgver = 4.4.12
pkgver = 4.4.15
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python
arch = any
license = Apache
makedepends = python2-setuptools
depends = python2
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.12.tar.gz
md5sums = ca8e19e3ff37c16e88bd0f70e3fabdad
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.15.tar.gz
md5sums = bd7f8d974dcd7e8f6f4a50950f1178f0
pkgname = python2-zxcvbn

View file

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=zxcvbn-python
pkgname=python2-zxcvbn
pkgver=4.4.12
pkgver=4.4.15
pkgrel=1
pkgdesc="Password strength estimator"
arch=('any')
@ -12,7 +12,7 @@ depends=(
)
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
md5sums=('ca8e19e3ff37c16e88bd0f70e3fabdad')
md5sums=('bd7f8d974dcd7e8f6f4a50950f1178f0')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver