ci: added autorelease thx to @xpamych

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-02 14:03:44 +05:00
parent 8547817282
commit 5bfd23995c
3 changed files with 31 additions and 3 deletions

View File

@ -8,7 +8,7 @@ license=('GPL-3.0')
depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson'
'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils')
makedepends=('python-'{'build','installer','setuptools','wheel'})
source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=$pkgver")
source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=v$pkgver")
sha256sums=('SKIP')
build() {

View File

@ -47,7 +47,7 @@ PortProtonQt is a modern, user-friendly graphical interface designed to streamli
%prep
git clone https://git.linux-gaming.ru/Boria138/PortProtonQt
cd %{oname}
git checkout %{pypi_version}
git checkout v%{pypi_version}
%build
cd %{oname}