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}"