Date: Tuesday, March 7, 2023 @ 08:30:47
Author: tpowa
Revision: 470361
upgpkg: cracklib 2.9.9-1: bump to latest version
Modified:
cracklib/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-07 08:28:50 UTC (rev 470360)
+++ PKGBUILD 2023-03-07 08:30:47 UTC (rev 470361)
@@ -15,7 +15,7 @@
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin --without-python
- make
+ make -j1
}
check() {