summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c977ad960bb4..df136f029b5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = lsi-lsa
depends = lsi-openpegasus
depends = curl
depends = perl
- depends = libxcrypt-compat
+ depends = libcrypt.so=1
options = !strip
backup = opt/lsi/LSIStorageAuthority/installtype
backup = opt/lsi/LSIStorageAuthority/conf/LSA.conf
diff --git a/PKGBUILD b/PKGBUILD
index 610030ccffe6..c33e6963cb75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('openslp'
'lsi-openpegasus'
'curl'
'perl'
- 'libxcrypt-compat'
+ 'libcrypt.so=1'
)
makedepends=('patchelf')
DLAGENTS=('https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -b "agreement=true" -o %o %u')