Date: Tuesday, May 16, 2023 @ 06:55:14 Author: arojas Revision: 1461902
upgpkg: lib32-pam 1.5.3-1: Update to 1.5.3 Modified: lib32-pam/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-16 02:50:12 UTC (rev 1461901) +++ PKGBUILD 2023-05-16 06:55:14 UTC (rev 1461902) @@ -6,7 +6,7 @@ # Contributor: judd <[email protected]> pkgname=lib32-pam -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 pkgdesc='Pluggable Authentication Modules' arch=(x86_64) @@ -52,7 +52,9 @@ --prefix=/usr \ --libdir=/usr/lib32 \ --sbindir=/usr/bin \ - --disable-db + --enable-logind \ + --disable-db \ + --disable-doc make }
