new upstream version 4.4.24

This commit is contained in:
Cedric Girard 2018-04-11 17:01:28 +02:00
parent d8a6e54cc9
commit 1fb35fca7c
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 pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator pkgdesc = Password strength estimator
pkgver = 4.4.23 pkgver = 4.4.24
pkgrel = 1 pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python url = http://pypi.python.org/pypi/zxcvbn-python
arch = any arch = any
license = Apache license = Apache
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.23.tar.gz source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.24.tar.gz
md5sums = a7fc42b641ee213b59a0873bbc199393 md5sums = a056d64bcd46f21b0ac945ac29f9f325
pkgname = python2-zxcvbn pkgname = python2-zxcvbn
depends = python2 depends = python2

View file

@ -2,7 +2,7 @@
_pythonmod=zxcvbn-python _pythonmod=zxcvbn-python
pkgname=('python2-zxcvbn' 'python-zxcvbn') pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn pkgbase=python2-zxcvbn
pkgver=4.4.23 pkgver=4.4.24
pkgrel=1 pkgrel=1
pkgdesc="Password strength estimator" pkgdesc="Password strength estimator"
arch=('any') arch=('any')
@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache') license=('Apache')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz") 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") #source=("https://github.com/dwolfhub/${_pythonmod}/archive/v$pkgver.tar.gz")
md5sums=('a7fc42b641ee213b59a0873bbc199393') md5sums=('a056d64bcd46f21b0ac945ac29f9f325')
package_python2-zxcvbn() { package_python2-zxcvbn() {
depends=('python2') depends=('python2')