upgpkg: protonup-qt-1:2.14.0-2: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 07:50:19 +01:00
parent a724a1c42e
commit 06523be9c0
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 43 deletions

View file

@ -1,41 +0,0 @@
pkgbase = protonup-qt
pkgdesc = Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris
pkgver = 2.14.0
pkgrel = 1
url = https://davidotek.github.io/protonup-qt
arch = any
license = GPL-3.0-or-later
checkdepends = appstream
checkdepends = desktop-file-utils
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = pyside6
depends = python-inputs
depends = python-psutil
depends = python-pyaml
depends = python-pyxdg
depends = python-requests
depends = python-steam
depends = python-vdf
depends = python-zstandard
depends = qt6-tools
depends = which
optdepends = dosbox: required for Boxtron
optdepends = git: required for SteamTinkerLaunch
optdepends = inotify-tools: required for Boxtron & Roberta
optdepends = scummvm: required for Roberta
optdepends = timidity++: required for Boxtron
optdepends = unzip: required for SteamTinkerLaunch
optdepends = wget: required for SteamTinkerLaunch
optdepends = xdotool: required for SteamTinkerLaunch
optdepends = xorg-xprop: required for SteamTinkerLaunch
optdepends = xorg-xrandr: required for SteamTinkerLaunch
optdepends = xorg-xwininfo: required for SteamTinkerLaunch
optdepends = xxd: required for SteamTinkerLaunch
optdepends = yad: required for SteamTinkerLaunch
source = protonup-qt-2.14.0.tar.gz::https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.14.0.tar.gz
sha256sums = 436c8fe8e592ca5ee8bfbb4189cdf6fa87eb125437a06dc28125f0dfef2e237a
pkgname = protonup-qt

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files... # But not these files...
!.gitignore !.gitignore
!PKGBUILD !PKGBUILD
!.SRCINFO
!LICENSE !LICENSE
!chroot-build !chroot-build
!.nvchecker.toml !.nvchecker.toml

View file

@ -4,7 +4,7 @@ pkgname=protonup-qt
_app_id=net.davidotek.pupgui2 _app_id=net.davidotek.pupgui2
pkgver=2.14.0 pkgver=2.14.0
epoch=1 epoch=1
pkgrel=1 pkgrel=2
pkgdesc="Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris" pkgdesc="Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris"
arch=('any') arch=('any')
url="https://davidotek.github.io/protonup-qt" url="https://davidotek.github.io/protonup-qt"