From ff12714e0633b22293138f7b013a2e4ef3ac1e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 14 Oct 2022 20:40:21 +0200 Subject: [PATCH] add libxcrypt-compat, which is needed for biber --- PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 1be4689..d59e8c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -143,6 +143,11 @@ package_mkessler-software() { # texlive installer depends+=(texlive-installer) + + # biber (for bibliographies) needs this, since it still uses deprecated and now-removed + # libcrypt.so.1 + # See https://bbs.archlinux.org/viewtopic.php?id=274160 and https://github.com/plk/biber/issues/402 + depends+=(libxcrypt-compat) # keepass for password databases depends+=(keepassxc)