From 1c393381cb9b2d631dbebd5768d57f6554c74fed Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 7 Dec 2022 21:44:04 +0300 Subject: [PATCH] 1 --- admc/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admc/lure.sh b/admc/lure.sh index 843aa4b..dea4246 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -11,7 +11,7 @@ conflicts=('admc') #deps_amd64_debian=() build_deps=('cmake' 'gcc' 'gcc-c++' 'qt5-qtbase-devel' 'qt5-linguist' 'openldap-devel' 'samba-devel' 'libsmbclient-devel' 'krb5-devel' 'libuuid-devel') -build_deps_debian=('cmake' 'debhelper' 'qtbase5-dev' 'qttools5-dev' 'libldap-2.4-2' 'samba' 'libsmbclient' 'libkrb5-3' 'uuid' 'libsasl2-2') +build_deps_debian=('cmake' 'debhelper' 'qtbase5-dev' 'qttools5-dev' 'libldap2-dev' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'uuid-dev' 'libsasl2-dev') sources_amd64=("git+https://github.com/altlinux/${name}.git") checksums_amd64=('SKIP')