From fad354af23b09435e78d124bb9df0f388df3f90a Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:15:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admc/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admc/lure.sh b/admc/lure.sh index c11445f..6987dbb 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -11,8 +11,8 @@ conflicts=('admc') 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' 'libldap2-dev' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'uuid-dev' 'libsasl2-dev') -sources_amd64=("git+https://github.com/altlinux/${name}.git") -checksums_amd64=('SKIP') +sources=("git+https://github.com/altlinux/${name}.git") +checksums=('SKIP') prepare() { cd "${srcdir}/${name}"