Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris
Commits:
9aa4cd6c by Robin Candau at 2026-02-16T21:24:50+01:00
upgpkg: 0.5.20-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lutris
pkgdesc = Open Gaming Platform
- pkgver = 0.5.19
- pkgrel = 9
+ pkgver = 0.5.20
+ pkgrel = 1
url = https://lutris.net
arch = any
license = GPL-3.0-only
@@ -66,11 +66,9 @@ pkgbase = lutris
optdepends = winetricks: Use system winetricks
optdepends = xorg-xgamma: Restore gamma on game exit
optdepends = umu-launcher: For running games through Proton
- source = git+https://github.com/lutris/lutris.git#tag=v0.5.19
+ source = git+https://github.com/lutris/lutris.git#tag=v0.5.20
source = git+https://github.com/bartok765/galaxy_blizzard_plugin.git
- source =
fix_archive_extraction_python_3.14.patch::https://github.com/lutris/lutris/commit/4cef2407288fd0219eba684c7b24451eeaf35fef.patch?full_index=1
- sha256sums =
e0349f6c127e9da4a935d84fa73370c353cd08e513160e28b1da13db94cc9d8c
+ sha256sums =
bfca8dee63405ca89e949700435eeed408d4095e5663e2c7dfcda79b2e28fb45
sha256sums = SKIP
- sha256sums =
6e52c552f0b2a08e420151f897180bf895a62daf94e38511f3f4ab48357d21af
pkgname = lutris
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Frederik “Freso” S. Olesen <[email protected]>
pkgname=lutris
-pkgver=0.5.19
-pkgrel=9
+pkgver=0.5.20
+pkgrel=1
pkgdesc='Open Gaming Platform'
arch=(any)
url=https://lutris.net
@@ -80,11 +80,9 @@ optdepends=(
'umu-launcher: For running games through Proton'
)
source=("git+https://github.com/lutris/lutris.git#tag=v${pkgver}"
- "git+https://github.com/bartok765/galaxy_blizzard_plugin.git"
-
"fix_archive_extraction_python_3.14.patch::https://github.com/lutris/lutris/commit/4cef2407288fd0219eba684c7b24451eeaf35fef.patch?full_index=1")
-sha256sums=('e0349f6c127e9da4a935d84fa73370c353cd08e513160e28b1da13db94cc9d8c'
- 'SKIP'
- '6e52c552f0b2a08e420151f897180bf895a62daf94e38511f3f4ab48357d21af')
+ "git+https://github.com/bartok765/galaxy_blizzard_plugin.git")
+sha256sums=('bfca8dee63405ca89e949700435eeed408d4095e5663e2c7dfcda79b2e28fb45'
+ 'SKIP')
prepare() {
# Regenerate protos to fix BattleNet plugin
@@ -92,11 +90,6 @@ prepare() {
# And https://github.com/lutris/lutris/issues/5659
protoc --proto_path=galaxy_blizzard_plugin/src --python_out=.
product_db.proto
cp -vf product_db_pb2.py lutris/lutris/util/battlenet/product_db_pb2.py
-
- # Fix archive extraction with python 3.14
- # See
https://github.com/lutris/lutris/commit/4cef2407288fd0219eba684c7b24451eeaf35fef
- cd lutris
- patch -Np1 -i "${srcdir}/fix_archive_extraction_python_3.14.patch"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/9aa4cd6c8658b785af339b9afba8d5ea0b1af029
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/9aa4cd6c8658b785af339b9afba8d5ea0b1af029
You're receiving this email because of your account on gitlab.archlinux.org.