update to current version 4.4.12

This commit is contained in:
Cedric Girard 2017-01-20 10:43:11 +01:00
parent e655d4c9e7
commit 490cb34374
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
pkgver = 1.0
pkgver = 4.4.12
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn
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/zxcvbn-1.0.tar.gz
md5sums = 4b875b9f954a7aef2269eb8c1177b591
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.12.tar.gz
md5sums = ca8e19e3ff37c16e88bd0f70e3fabdad
pkgname = python2-zxcvbn

View File

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=zxcvbn
_pythonmod=zxcvbn-python
pkgname=python2-zxcvbn
pkgver=1.0
pkgver=4.4.12
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=('4b875b9f954a7aef2269eb8c1177b591')
md5sums=('ca8e19e3ff37c16e88bd0f70e3fabdad')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver