From 080f69dbf03f7eb4072b675ca11726b279cda11e Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 6 Dec 2022 17:22:42 +0300 Subject: [PATCH] admc deps fix --- admc/lure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admc/lure.sh b/admc/lure.sh index 9a01a44..1e2b091 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -35,7 +35,8 @@ deps_amd64=('smbldap-tools' ) deps_amd64_debian=('libldap-2.4-2' 'libsasl2-2' 'libsmbclient' 'libuuid1' 'libqt5help5' 'libkrb5-3') build_deps=('cmake' 'gcc' 'gcc-c++' 'qt5-qtbase-devel' 'qt5-linguist' 'openldap-devel') -build_deps_debian=('debhelper' 'cmake' 'qtbase5-dev' 'libqt5help5' 'qttools5-dev' 'libldap2-dev' 'pkg-config' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'libglib2.0-dev' 'libsasl2-dev') +build_deps_debian=('debhelper' 'cmake' 'qtbase5-dev' 'libqt5help5' 'qttools5-dev' 'libldap2-dev'\ + 'pkg-config' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'libglib2.0-dev' 'libsasl2-dev') sources_amd64=("git+https://github.com/altlinux/${name}.git") checksums_amd64=('SKIP')