Date: Wednesday, February 15, 2023 @ 10:30:37
Author: freswa
Revision: 469054
remove e2fsprogs from depends array
fixes FS#64061
Modified:
openldap/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-15 10:12:53 UTC (rev 469053)
+++ PKGBUILD 2023-02-15 10:30:37 UTC (rev 469054)
@@ -89,7 +89,7 @@
package_libldap() {
pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
- depends=('libsasl' 'e2fsprogs')
+ depends=('libsasl')
backup=('etc/openldap/ldap.conf')
cd ${pkgbase}-${pkgver}