summaryrefslogtreecommitdiff
path: root/extra/libpwquality/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libpwquality/PKGBUILD')
-rw-r--r--extra/libpwquality/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libpwquality/PKGBUILD b/extra/libpwquality/PKGBUILD
index b40a35d4b..51ea0ac13 100644
--- a/extra/libpwquality/PKGBUILD
+++ b/extra/libpwquality/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libpwquality
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Library for password quality checking and generating random passwords"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('cracklib')
optdepends=('python2: Python bindings')
makedepends=('python2')
source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
-md5sums=('8827419118064539db70090cbed5cb21')
+md5sums=('beb56c9028a713d936e04cc3c50c541d')
build() {
cd "$pkgname-$pkgver"
@@ -22,7 +22,8 @@ build() {
PYTHON=python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --disable-static
+ --disable-static \
+ --with-python-rev=2.7
make
}