Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
umu-launcher
Commits:
9e2d3ee0 by Peter Jung at 2025-11-22T13:39:32+01:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = umu-launcher
pkgdesc = The Unified Launcher for Windows Games on Linux, to run
Proton with fixes outside of Steam
- pkgver = 1.2.9
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/Open-Wine-Components/umu-launcher
arch = x86_64
@@ -42,8 +42,8 @@ pkgbase = umu-launcher
depends = python-cbor2
depends = python-urllib3
optdepends = python-truststore: Verify certificates using OS trust
stores
- source =
git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=1.2.9
- sha256sums =
a530633ef0e777fa8977796046eaed7ff09933915afdb1b1ef557508a9d858d5
+ source =
git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=1.3.0
+ sha256sums =
4afcd5b9f1c336e25f969490134ba714e37818c1ad8d1be6d25b8a47209a8b25
depends_x86_64 = lib32-glibc
depends_x86_64 = lib32-libxcrypt
depends_x86_64 = lib32-libxcrypt-compat
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=umu-launcher
-pkgver=1.2.9
+pkgver=1.3.0
pkgrel=1
pkgdesc="The Unified Launcher for Windows Games on Linux, to run Proton with
fixes outside of Steam"
arch=('x86_64')
@@ -66,7 +66,7 @@ optdepends=(
'python-truststore: Verify certificates using OS trust stores'
)
source=("git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=$pkgver")
-sha256sums=('a530633ef0e777fa8977796046eaed7ff09933915afdb1b1ef557508a9d858d5')
+sha256sums=('4afcd5b9f1c336e25f969490134ba714e37818c1ad8d1be6d25b8a47209a8b25')
prepare() {
cd "$srcdir"/umu-launcher
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/umu-launcher/-/commit/9e2d3ee025255dae1fd33fa75b8de56b005cb346
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/umu-launcher/-/commit/9e2d3ee025255dae1fd33fa75b8de56b005cb346
You're receiving this email because of your account on gitlab.archlinux.org.