summaryrefslogtreecommitdiff
path: root/extra/libpwquality
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-19 00:07:59 -0800
committerroot <root@rshg054.dnsready.net>2013-02-19 00:07:59 -0800
commitba105c9a82cf668f973a140c1792a3c02589980d (patch)
tree0d51d4e3e4e12ba33aa5f5da9e54458b8ec8cd0a /extra/libpwquality
parent29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff)
Tue Feb 19 00:07:54 PST 2013
Diffstat (limited to 'extra/libpwquality')
-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
}