diff --git a/alr-bin/alr.sh b/alr-bin/alr.sh index c816b37..5a51837 100644 --- a/alr-bin/alr.sh +++ b/alr-bin/alr.sh @@ -1,5 +1,5 @@ name='alr-bin' -version='0.0.11' +version='0.0.10' release='1' desc='Any Linux Repository' homepage='https://gitverse.ru/sc/Xpamych/ALR' diff --git a/gitea/alr.sh b/gitea/alr.sh index 5d1a6c6..54b0737 100644 --- a/gitea/alr.sh +++ b/gitea/alr.sh @@ -1,8 +1,7 @@ name='gitea' -version='1.23.7' +version='1.23.5' release='1' desc='Painless self-hosted Git service, community managed.' -desc_ru='Простой в использовании самостоятельный сервис Git, управляемый сообществом.' homepage='https://gitea.io' maintainer="Евгений Храмов " architectures=('amd64') @@ -16,10 +15,9 @@ deps=( build_deps=( 'go' - 'make' 'nodejs' 'npm' - 'python3-poetry-core' + 'python3-poetry' 'openssh' 'pam-devel' ) @@ -56,7 +54,7 @@ build() { export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw" export LDFLAGS="-linkmode=external -compressdwarf=false -X 'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/' -X 'code.gitea.io/gitea/modules/setting.CustomConf=/etc/gitea/app.ini'" export TAGS="bindata sqlite sqlite_unlock_notify pam" - make -j $(($(nproc) - 1)) + make -j$(nproc) } check() { diff --git a/protonup-qt/alr.sh b/protonup-qt/alr.sh index e65a154..3759733 100644 --- a/protonup-qt/alr.sh +++ b/protonup-qt/alr.sh @@ -20,7 +20,7 @@ deps=( 'python3-steam' 'python3-vdf' 'python3-pyxdg' - 'python3-pyyaml' + 'python3-pyaml' 'qt6-qttools' ) deps_arch=( @@ -90,7 +90,7 @@ build() { prepare() { sed -i 's|Exec=net.davidotek.pupgui2|Exec=/usr/bin/protonup-qt|' ${srcdir}/ProtonUp-Qt-${version}/share/applications/net.davidotek.pupgui2.desktop -} + } package() { cd "${srcdir}/ProtonUp-Qt-${version}" diff --git a/python3-pyside6/alr.sh b/python3-pyside6/alr.sh deleted file mode 100644 index aeed084..0000000 --- a/python3-pyside6/alr.sh +++ /dev/null @@ -1,37 +0,0 @@ -name='python3-pyside6' -version='6.9.0' -release='1' -desc='Python bindings for the Qt cross-platform application and UI framework.' -homepage='' -maintainer='Example ' -architectures=('all') -license=('LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only') -provides=('pyside6') -conflicts=('pyside6') - -deps=("python3") -deps_arch=("python") -deps_alpine=("python3") - -build_deps=("python3" "python3-pip") -build_deps_arch=("python" "python-pip") -build_deps_alpine=("python3" "py3-pip") - -sources=("git+https://code.qt.io/pyside/pyside-setup#tag=v$version") -checksums=('SKIP') - -build() { - cd "$srcdir/pyside-setup" - python -m build --wheel --no-isolation -} - -package() { - cd "$srcdir/pyside-setup" - pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check -} - -#files() { -# echo ./usr/local/bin/poetry -# printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry/**/* -# printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry-${version}.dist-info/* -#} \ No newline at end of file diff --git a/python3-pytest-regressions/alr.sh b/python3-pytest-regressions/alr.sh index 8650e1d..0f46237 100644 --- a/python3-pytest-regressions/alr.sh +++ b/python3-pytest-regressions/alr.sh @@ -24,7 +24,7 @@ checksums=('blake2b-256:07402e233d49a86e2ba88325bcfdcad77fa56b05ba7ca61b58bc0212 build() { cd "$srcdir/pytest_regressions-${version}/" - python -m build --wheel --no-isolation + python3 -m build } package() { diff --git a/python3-wheel/alr.sh b/python3-wheel/alr.sh index 41dcb7a..fbfb6a2 100644 --- a/python3-wheel/alr.sh +++ b/python3-wheel/alr.sh @@ -24,7 +24,7 @@ checksums=('blake2b-256:8a982d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a2 build() { cd "$srcdir/wheel-${version}" - python -m build --wheel --no-isolation + python3 -m build } package() {