удаление нерабочего условия

This commit is contained in:
2024-06-10 21:34:55 +03:00
parent 412283dc6a
commit 5bb3e8ad81

View File

@ -1,6 +1,6 @@
name='protonup-qt'
version='2.9.2'
release='1'
release='2'
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'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -19,14 +19,6 @@ build_deps_rosa=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-p
sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${version}.tar.gz")
checksums=('SKIP')
prepare() {
if [$distro==redos]; then
sudo pip3 install pyside6
elif [$distro==rosa]; then
sudo pip install pyside6 inputs steam vdf pyaml
fi
}
build() {
cd "${srcdir}/ProtonUp-Qt-${version}"
python -m build --wheel --no-isolation