From 4188eb373624885f7ad34daac8ad406f15444019 Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 7 Dec 2022 21:14:24 +0300 Subject: [PATCH] 1 --- admc/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admc/lure.sh b/admc/lure.sh index c305bff..83c9b90 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -8,10 +8,10 @@ license=('GPL-3.0-or-later') provides=('admc') conflicts=('admc') -deps_amd64_debian=('libldap-2.4-2' 'libsasl2-2' 'libsmbclient' 'libuuid1' 'libqt5help5' 'libkrb5-3') +#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' 'libqt5help5' 'qttools5-dev' 'libldap2-dev' 'pkg-config' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'libglib2.0-dev' 'libsasl2-dev') +build_deps_debian=('cmake') sources_amd64=("git+https://github.com/altlinux/${name}.git") checksums_amd64=('SKIP')