summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorТомас2022-03-31 19:25:14 +0000
committerТомас2022-03-31 19:25:14 +0000
commitc56d1f71d15e10090734f2e42aa9ae93fd16ae50 (patch)
tree09384fad456477013cd32de489a9848dc79385d9 /PKGBUILD
parent058af6de97ecf2ea91d30d8b2cd73eb4c4a8b490 (diff)
downloadaur-c56d1f71d15e10090734f2e42aa9ae93fd16ae50.tar.gz
Added libxcrypt-compat run-time dependency to provide libcrypt.so.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d962747bb02b..c519328d8c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ source=('https://packages.chef.io/files/stable/chef-workstation/21.7.524/ubuntu/
sha256sums=('541d5bcddfc2114cc890383f8fc21d95cdf5159c51798a44245123e650b143ca')
package() {
+ depends=('libxcrypt-compat')
+
cd "$srcdir"
bsdtar -xf data.tar.xz -C "$pkgdir"