Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / umu-launcher
Commits: 1389c3ac by Peter Jung at 2024-10-31T00:21:09+01:00 umu-launcher: Add nvchecker Signed-off-by: Peter Jung <[email protected]> - - - - - 437b0802 by Peter Jung at 2024-11-13T13:24:48+01:00 upgpkg: 1.1.4-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = umu-launcher pkgdesc = This is the Unified Launcher for Windows Games on Linux, to run Proton with fixes outside of Steam - pkgver = 1.1.3 - pkgrel = 2 + pkgver = 1.1.4 + pkgrel = 1 url = https://github.com/Open-Wine-Components/umu-launcher arch = x86_64 license = GPL-3.0-only @@ -47,7 +47,7 @@ pkgbase = umu-launcher depends = lib32-nss depends = lib32-vulkan-driver depends = lib32-vulkan-icd-loader - source = git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=1.1.3 - sha256sums = 14561329686b0fe4b9950841c50bf67b9419384dc25b0449064cece467a03209 + source = git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=1.1.4 + sha256sums = a141fd52efe5ee906c75da6dfbbc780e1e5219be187c3c603e01f22e9e0bd970 pkgname = umu-launcher ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[umu-launcher] +source = "git" +git = "https://github.com/Open-Wine-Components/umu-launcher.git" ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: loathingkernel <loathingkernel _a_ gmail _d_ com> pkgname=umu-launcher -pkgver=1.1.3 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc="This is the Unified Launcher for Windows Games on Linux, to run Proton with fixes outside of Steam" arch=('x86_64') url="https://github.com/Open-Wine-Components/umu-launcher" @@ -55,7 +55,7 @@ makedepends=( python-hatchling ) source=("git+https://github.com/Open-Wine-Components/umu-launcher.git#tag=$pkgver") -sha256sums=('14561329686b0fe4b9950841c50bf67b9419384dc25b0449064cece467a03209') +sha256sums=('a141fd52efe5ee906c75da6dfbbc780e1e5219be187c3c603e01f22e9e0bd970') build() { cd "$srcdir"/umu-launcher View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/umu-launcher/-/compare/00a055e53cc05bfd1606198d41eec42eda6398fc...437b0802767b1ed6a3400a60382b49829781ef41 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/umu-launcher/-/compare/00a055e53cc05bfd1606198d41eec42eda6398fc...437b0802767b1ed6a3400a60382b49829781ef41 You're receiving this email because of your account on gitlab.archlinux.org.
