diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-07-19 04:36:45 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-07-19 04:36:45 (GMT) |
commit | 358312d55f50cbd1920705de8e8af54fe7a1f21c (patch) | |
tree | a043a50423efffac61eb788fe883b94a2f7ae323 /abs/core | |
parent | f7cd97d6e891499641b2a6773a817e556296ca27 (diff) | |
download | linhes_pkgbuild-358312d55f50cbd1920705de8e8af54fe7a1f21c.zip linhes_pkgbuild-358312d55f50cbd1920705de8e8af54fe7a1f21c.tar.gz linhes_pkgbuild-358312d55f50cbd1920705de8e8af54fe7a1f21c.tar.bz2 |
python2-zxcvbn: update to 4.4.14
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/python_modules/python2-zxcvbn/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/python_modules/python2-zxcvbn/PKGBUILD b/abs/core/python_modules/python2-zxcvbn/PKGBUILD index 5b85cd8..16a6cfd 100644 --- a/abs/core/python_modules/python2-zxcvbn/PKGBUILD +++ b/abs/core/python_modules/python2-zxcvbn/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Cedric Girard <girard.cedric@gmail.com> _pythonmod=zxcvbn-python pkgname=python2-zxcvbn -pkgver=4.4.12 +pkgver=4.4.14 pkgrel=1 pkgdesc="Password strength estimator" arch=('any') @@ -12,7 +12,6 @@ depends=( ) makedepends=('python2-setuptools') source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz") -md5sums=('ca8e19e3ff37c16e88bd0f70e3fabdad') build() { cd ${srcdir}/${_pythonmod}-$pkgver @@ -23,3 +22,4 @@ package() { cd ${srcdir}/${_pythonmod}-$pkgver python2 setup.py install --root=${pkgdir} } +md5sums=('5c41b2ea7b7421a8f8da505bbba3bbd4') |