git » cracklib.git » commit 7b26e0b

bump to latest version

author Tobias Powalowski
2023-03-30 07:30:12 UTC
committer Tobias Powalowski
2023-03-30 07:30:12 UTC
parent 1593685d8c79e72df89b22067a4ab978eb7459cd

bump to latest version

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index d638dad..f1c5d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
 
 pkgname=cracklib
-pkgver=2.9.9
+pkgver=2.9.10
 pkgrel=1
 pkgdesc="Password Checking Library"
 arch=('x86_64')
@@ -10,12 +10,12 @@ license=('GPL')
 url="https://github.com/cracklib/cracklib"
 depends=('glibc' 'zlib')
 source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('270a1fe2fb4dac6be2dbb8ef8d628b541638619be3c1d6037274ab0e05311dde')
+sha256sums=('6d7726ce2ab9ee35aa46a511f12badb059b3ceb7932c7fe64806d265b898aa63')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sbindir=/usr/bin --without-python
-  make -j1
+  make
 }
 
 check() {