diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 22805a8..f16c1a9 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,7 +3,7 @@ pkgname=shadow pkgver=4.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="Password and account management tool suite with support for shadow files and PAM" arch=('x86_64') url='https://github.com/shadow-maint/shadow' @@ -57,7 +57,9 @@ build() { --with-group-name-max-length=32 \ --with-audit \ --without-selinux \ - --without-su + --without-su \ + --with-bcrypt \ + --with-yescrypt make }