summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2024-05-23 23:09:35 +0300
committerStelios Tsampas2024-05-23 23:09:35 +0300
commit35b8ebc97e090e2ecfb945008a567d4a8946ddf1 (patch)
treea41992c111191a8c773dee562496b176191acd6e
parent345b25c81295c6101e93eb5840a1612848db5945 (diff)
downloadaur-35b8ebc97e090e2ecfb945008a567d4a8946ddf1.tar.gz
proton-experimental: Version 9.0-20240522
-rw-r--r--.SRCINFO18
-rw-r--r--0001-AUR-Pkgbuild-changes.patch2
-rw-r--r--0002-AUR-Do-not-update-cargo-crates.patch2
-rw-r--r--0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch2
-rw-r--r--0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch2
-rw-r--r--0005-AUR-Strip-binaries-early.patch2
-rw-r--r--0006-AUR-Fix-hwnd-redefinition.patch4
-rw-r--r--PKGBUILD16
8 files changed, 24 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2874198ee235..3197d2facaa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton-experimental
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, experimental branch
- pkgver = 9.0.20240516
+ pkgver = 9.0.20240522
pkgrel = 1
epoch = 1
url = https://github.com/ValveSoftware/Proton
@@ -133,7 +133,7 @@ pkgbase = proton-experimental
options = !lto
options = !debug
options = emptydirs
- source = proton::git+https://github.com/ValveSoftware/Proton.git#tag=experimental-9.0-20240516
+ source = proton::git+https://github.com/ValveSoftware/Proton.git#tag=experimental-9.0-20240522
source = https://dl.winehq.org/wine/wine-gecko/2.47.4/wine-gecko-2.47.4-x86.tar.xz
source = https://dl.winehq.org/wine/wine-gecko/2.47.4/wine-gecko-2.47.4-x86_64.tar.xz
source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-9.1.0/wine-mono-9.1.0-x86.tar.xz
@@ -144,16 +144,16 @@ pkgbase = proton-experimental
source = 0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
source = 0005-AUR-Strip-binaries-early.patch
source = 0006-AUR-Fix-hwnd-redefinition.patch
- sha256sums = dbecb1e5f36da9d9a8b5d6513316b25cad0647ad6530e3fb948fbad0c2407c6c
+ sha256sums = 0b6f758340e9cfa8d5595203dbfb69d0775cb6ac8294730d8aa60fe007957772
sha256sums = 2cfc8d5c948602e21eff8a78613e1826f2d033df9672cace87fed56e8310afb6
sha256sums = fd88fc7e537d058d7a8abf0c1ebc90c574892a466de86706a26d254710a82814
sha256sums = 601169d0203b291fbfd946b356a9538855e01de22abd470ded73baf312c88767
sha256sums = 50ce2cc85162343e62340b0ca7994ceba94592ab395fb99711e94e108e991f0c
- sha256sums = 8c644c1d0f9c2103bd6ebb76bdf33a88403205682aef247bc824a9a7976888c4
- sha256sums = bb798988b45b244132a5aeb9815347e05d195ef2294d9f99dd25535a76abde8e
- sha256sums = 383ef47ef48c085d49e18375c889bfd6b420fea2f6013eda89c82f432a620007
- sha256sums = b84cfaed88528f5c0bbd292b128a8d18315f1252b6163504a8c9f136972ff36b
- sha256sums = 3e9df8114aeb6fee97868667801c08f564900439c17cc69348361062355823aa
- sha256sums = 2fb52854702044d5f22ed28a6bfd55e538d58a04f3394aff63a6f8b3e84dd704
+ sha256sums = c3cad6dec42b5123b7ab67901fa146bb9461f7bc79fbaf7ace093c2db7ce7069
+ sha256sums = d2f6fbd72ff6a542334cf8dc89c8c36cc9aea06a0a7396c0a1c24c9f32d7ad00
+ sha256sums = 07005979bb430f983ea32aec3603e214a65feef4410285c728495f29d18852ac
+ sha256sums = 96c1c93a7397ecb682b02296914b3a7fc16013809b313ac670960d20cc81df70
+ sha256sums = eea7d4e53e28e99efd6bf6bd77350511a78ce848f39e92730e377333b4c2f872
+ sha256sums = 60013412e8f792f0bc79df32294ab533aa7a085fce041951d3128cdb0b21c60d
pkgname = proton-experimental
diff --git a/0001-AUR-Pkgbuild-changes.patch b/0001-AUR-Pkgbuild-changes.patch
index 6745af6e43d5..4ffb7a3703ba 100644
--- a/0001-AUR-Pkgbuild-changes.patch
+++ b/0001-AUR-Pkgbuild-changes.patch
@@ -1,4 +1,4 @@
-From 9f6874d3e42897c09541fbe39b6cebed7347e432 Mon Sep 17 00:00:00 2001
+From cd96349f1b666037bce73a70eb8a542a5c0db98f Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 26 Apr 2023 14:22:23 +0300
Subject: [PATCH 1/6] AUR Pkgbuild changes
diff --git a/0002-AUR-Do-not-update-cargo-crates.patch b/0002-AUR-Do-not-update-cargo-crates.patch
index ca23b14468d5..ea5804523965 100644
--- a/0002-AUR-Do-not-update-cargo-crates.patch
+++ b/0002-AUR-Do-not-update-cargo-crates.patch
@@ -1,4 +1,4 @@
-From 1dfe774b1164a186d8848ab3627db6c3d2bc0238 Mon Sep 17 00:00:00 2001
+From 0da7337fa1f9c0c1d584d47980a7877668c6648d Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Sun, 19 Mar 2023 10:56:59 +0200
Subject: [PATCH 2/6] AUR Do not update cargo crates
diff --git a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
index 5a268af86566..10eb5f3cea9f 100644
--- a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
+++ b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
@@ -1,4 +1,4 @@
-From 7fb3a1ce346ad7bb169678465b1ab8606693c7a8 Mon Sep 17 00:00:00 2001
+From 515f724e055bcbc7b4b0d6f7b225434412e7d7dd Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 17:53:47 +0300
Subject: [PATCH 3/6] AUR Remove kaldi, openfst, vosk-api modules because of
diff --git a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
index 01e5731abb57..938635293c89 100644
--- a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
+++ b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
@@ -1,4 +1,4 @@
-From d95b4c98306679dbae34b9d3ada26a5670284c9c Mon Sep 17 00:00:00 2001
+From c23a28f91c13ad018c07a631a0995fb632e63e65 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 03:16:34 +0300
Subject: [PATCH 4/6] AUR Copy DLL dependencies of 32bit libvkd3d dlls into the
diff --git a/0005-AUR-Strip-binaries-early.patch b/0005-AUR-Strip-binaries-early.patch
index b23d7511aef9..940530c2fda8 100644
--- a/0005-AUR-Strip-binaries-early.patch
+++ b/0005-AUR-Strip-binaries-early.patch
@@ -1,4 +1,4 @@
-From 32d093d22f6cd2e7efd4045fccf89ff3896713f9 Mon Sep 17 00:00:00 2001
+From dd4cfb6e94301cdd3635a3fbbe87333229fb9ae5 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 23 Aug 2023 19:31:35 +0300
Subject: [PATCH 5/6] AUR Strip binaries early
diff --git a/0006-AUR-Fix-hwnd-redefinition.patch b/0006-AUR-Fix-hwnd-redefinition.patch
index 00d469b518a1..caaa06ed6c61 100644
--- a/0006-AUR-Fix-hwnd-redefinition.patch
+++ b/0006-AUR-Fix-hwnd-redefinition.patch
@@ -1,4 +1,4 @@
-From 08690d28150f970faed85f2ca8e81d0d55d0eaa6 Mon Sep 17 00:00:00 2001
+From 67da7892219d1dda575e3cf244c74151b3abbd5c Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Thu, 28 Sep 2023 14:16:04 +0300
Subject: [PATCH 6/6] AUR: Fix hwnd redefinition
@@ -9,7 +9,7 @@ Subject: [PATCH 6/6] AUR: Fix hwnd redefinition
2 files changed, 6 insertions(+)
diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp
-index 542aa972..31c48beb 100644
+index 1eb55b87..a94cc968 100644
--- a/steam_helper/steam.cpp
+++ b/steam_helper/steam.cpp
@@ -34,11 +34,15 @@
diff --git a/PKGBUILD b/PKGBUILD
index 98b158ffce58..2890b6e0ce84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-experimental
-_srctag=9.0-20240516
+_srctag=9.0-20240522
_commit=
pkgver=${_srctag//-/.}
_geckover=2.47.4
@@ -256,14 +256,14 @@ package() {
$(find "$_monodir" -iname "*x86_64.dll" -or -iname "*x86_64.exe")
}
-sha256sums=('dbecb1e5f36da9d9a8b5d6513316b25cad0647ad6530e3fb948fbad0c2407c6c'
+sha256sums=('0b6f758340e9cfa8d5595203dbfb69d0775cb6ac8294730d8aa60fe007957772'
'2cfc8d5c948602e21eff8a78613e1826f2d033df9672cace87fed56e8310afb6'
'fd88fc7e537d058d7a8abf0c1ebc90c574892a466de86706a26d254710a82814'
'601169d0203b291fbfd946b356a9538855e01de22abd470ded73baf312c88767'
'50ce2cc85162343e62340b0ca7994ceba94592ab395fb99711e94e108e991f0c'
- '8c644c1d0f9c2103bd6ebb76bdf33a88403205682aef247bc824a9a7976888c4'
- 'bb798988b45b244132a5aeb9815347e05d195ef2294d9f99dd25535a76abde8e'
- '383ef47ef48c085d49e18375c889bfd6b420fea2f6013eda89c82f432a620007'
- 'b84cfaed88528f5c0bbd292b128a8d18315f1252b6163504a8c9f136972ff36b'
- '3e9df8114aeb6fee97868667801c08f564900439c17cc69348361062355823aa'
- '2fb52854702044d5f22ed28a6bfd55e538d58a04f3394aff63a6f8b3e84dd704')
+ 'c3cad6dec42b5123b7ab67901fa146bb9461f7bc79fbaf7ace093c2db7ce7069'
+ 'd2f6fbd72ff6a542334cf8dc89c8c36cc9aea06a0a7396c0a1c24c9f32d7ad00'
+ '07005979bb430f983ea32aec3603e214a65feef4410285c728495f29d18852ac'
+ '96c1c93a7397ecb682b02296914b3a7fc16013809b313ac670960d20cc81df70'
+ 'eea7d4e53e28e99efd6bf6bd77350511a78ce848f39e92730e377333b4c2f872'
+ '60013412e8f792f0bc79df32294ab533aa7a085fce041951d3128cdb0b21c60d')