diff options
Diffstat (limited to 'core/cracklib/PKGBUILD')
-rw-r--r-- | core/cracklib/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/cracklib/PKGBUILD b/core/cracklib/PKGBUILD index aa65edc8f..fe94b5378 100644 --- a/core/cracklib/PKGBUILD +++ b/core/cracklib/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 191698 2013-07-29 09:44:29Z tpowa $ +# $Id: PKGBUILD 197804 2013-10-30 11:02:40Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> pkgname=cracklib pkgver=2.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Password Checking Library" arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://sourceforge.net/projects/cracklib" depends=('glibc' 'zlib') -options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('e0f94ac2138fd33c7e77b19c1e9a9390') |