new upstream version and new name

This commit is contained in:
Cedric Girard 2018-04-15 16:20:18 +02:00
parent 1fb35fca7c
commit 11d19638a6
Signed by: X-dark
GPG key ID: 37995E758B76710B
2 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,12 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
pkgver = 4.4.24
pkgver = 4.4.25
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python
url = http://pypi.python.org/pypi/zxcvbn
arch = any
license = Apache
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.24.tar.gz
md5sums = a056d64bcd46f21b0ac945ac29f9f325
source = https://pypi.io/packages/source/z/zxcvbn/zxcvbn-4.4.25.tar.gz
md5sums = f69cdfcd4ad4861c4260e47c001504d3
pkgname = python2-zxcvbn
depends = python2

View file

@ -1,8 +1,8 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=zxcvbn-python
_pythonmod=zxcvbn
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
pkgver=4.4.24
pkgver=4.4.25
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=('a056d64bcd46f21b0ac945ac29f9f325')
md5sums=('f69cdfcd4ad4861c4260e47c001504d3')
package_python2-zxcvbn() {
depends=('python2')