From fad354af23b09435e78d124bb9df0f388df3f90a Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:15:11 +0300 Subject: [PATCH 1/4] =?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}" From 91d8e40178aed1e3fa4ea7aeff20bd4c8698ec83 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:18:51 +0300 Subject: [PATCH 2/4] =?UTF-8?q?protonup-qt=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B0=D1=80=D1=85=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protonup-qt/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 404a971..2f9cb3b 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -3,7 +3,7 @@ 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' From 8ef9d82fb53e65c476540c6cebe00c30c1e016b9 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:22:17 +0300 Subject: [PATCH 3/4] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protonup-qt/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 2f9cb3b..fba709e 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -5,8 +5,8 @@ desc='GUI for installing and updating Proton-GE for Steam and Wine-based compati homepage='https://github.com/DavidoTek/ProtonUp-Qt' 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') From 7f0dcdefc51ede251c8a7f1c05208677f52b1db2 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:23:22 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=201.23.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'