* update cracklib to 2.9.7

This commit is contained in:
Alexander Baldeck 2019-03-26 09:28:49 +00:00
parent f6e8b647ab
commit fd028612eb

View File

@ -3,15 +3,15 @@
# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
pkgname=cracklib
pkgver=2.9.6
pkgrel=3
pkgver=2.9.7
pkgrel=1
pkgdesc="Password Checking Library"
arch=('x86_64' 'powerpc64le')
arch=(x86_64 powerpc64le)
license=('GPL')
url="https://github.com/cracklib/cracklib"
depends=('glibc' 'zlib')
source=(https://github.com/cracklib/cracklib/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('c52f463585d85924b28cdc1e373ae06d')
source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('48a0c8810ec4780b99c0a4f9931c21c6')
build() {
cd $srcdir/$pkgname-$pkgver