update to current version 4.4.12
This commit is contained in:
parent
e655d4c9e7
commit
490cb34374
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = python2-zxcvbn
|
pkgbase = python2-zxcvbn
|
||||||
pkgdesc = Password strength estimator
|
pkgdesc = Password strength estimator
|
||||||
pkgver = 1.0
|
pkgver = 4.4.12
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/zxcvbn
|
url = http://pypi.python.org/pypi/zxcvbn-python
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = python2-setuptools
|
makedepends = python2-setuptools
|
||||||
depends = python2
|
depends = python2
|
||||||
source = https://pypi.io/packages/source/z/zxcvbn/zxcvbn-1.0.tar.gz
|
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.12.tar.gz
|
||||||
md5sums = 4b875b9f954a7aef2269eb8c1177b591
|
md5sums = ca8e19e3ff37c16e88bd0f70e3fabdad
|
||||||
|
|
||||||
pkgname = python2-zxcvbn
|
pkgname = python2-zxcvbn
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
_pythonmod=zxcvbn
|
_pythonmod=zxcvbn-python
|
||||||
pkgname=python2-zxcvbn
|
pkgname=python2-zxcvbn
|
||||||
pkgver=1.0
|
pkgver=4.4.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Password strength estimator"
|
pkgdesc="Password strength estimator"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -12,7 +12,7 @@ depends=(
|
||||||
)
|
)
|
||||||
makedepends=('python2-setuptools')
|
makedepends=('python2-setuptools')
|
||||||
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")
|
||||||
md5sums=('4b875b9f954a7aef2269eb8c1177b591')
|
md5sums=('ca8e19e3ff37c16e88bd0f70e3fabdad')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_pythonmod}-$pkgver
|
cd ${srcdir}/${_pythonmod}-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue