diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-19 10:18:40 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-19 10:18:40 +0100 |
commit | 855edb52bd8eb32bb11173a398fa09c1341dc165 (patch) | |
tree | 69cff40a41a26d50c223a3f3e6f124aa77f84aab /extra/libpwquality | |
parent | 1e538deedf51f262df84448dc04f23a669e43542 (diff) | |
parent | ba105c9a82cf668f973a140c1792a3c02589980d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ettercap/PKGBUILD
extra/gdm/PKGBUILD
extra/libgnome/PKGBUILD
extra/maxima/PKGBUILD
extra/poppler/PKGBUILD
Diffstat (limited to 'extra/libpwquality')
-rw-r--r-- | extra/libpwquality/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libpwquality/PKGBUILD b/extra/libpwquality/PKGBUILD index 4f479520e..12361009f 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' 'mips64el') @@ -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 } |