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}" diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 404a971..fba709e 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -3,10 +3,10 @@ version='2.7.4' release='1' desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris. Partly based on protonup.' homepage='https://github.com/DavidoTek/ProtonUp-Qt' -architectures='amd64' +architectures=('amd64') licenses='GPLv3' -provides='protonup-qt' -conflicts='protonup-qt' +provides=('protonup-qt') +conflicts=('protonup-qt') deps_arch=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-setproctitle' 'python-steam' 'python-vdf' 'python-pyxdg' 'python-pyaml' 'qt6-tools') build_deps_arch=('python3-build' 'python-setuptools' 'python-wheel') diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 161b16e..2d82edb 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -1,5 +1,5 @@ name='syncthing' -version='1.22.2' +version='1.23.0' release='1' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' homepage='https://syncthing.net/'