summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2017-08-23 11:03:49 +0200
committerCedric Girard2017-08-23 11:03:49 +0200
commit4c75044ae02faf0bad29128557c8d877cb63a4a0 (patch)
treed2ab1743f279f38633894215e2a23adf23dabc9d /PKGBUILD
parent490cb3437492d25fa9e807b82145d35fb1cae94f (diff)
downloadaur-4c75044ae02faf0bad29128557c8d877cb63a4a0.tar.gz
new upstream version 4.4.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b85cd87b4ec..af244757e326 100644
--- a/PKGBUILD
+++ b/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.15
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=('ca8e19e3ff37c16e88bd0f70e3fabdad')
+md5sums=('bd7f8d974dcd7e8f6f4a50950f1178f0')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver