Merge branches 'master' and 'master' of gitflic.ru:xpamych/xpamych-lure-repo

This commit is contained in:
Евгений Храмов 2023-01-03 14:26:39 +03:00
commit 955517feb3
3 changed files with 6 additions and 6 deletions

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

@ -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')

@ -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/'