summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-06-15 17:32:13 +0300
committerStelios Tsampas2022-06-15 17:32:13 +0300
commit833c786b761ef9bede37d6f59bcde38e06df845c (patch)
treee519a27d5188d3ff63fe10894096aff00ee83e12
parent20c85bb2f4a2dba165d6ad11a24897b0f654c7d8 (diff)
downloadaur-833c786b761ef9bede37d6f59bcde38e06df845c.tar.gz
version: 7.0-3
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD16
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1477ff8545f6..c1aa6095884b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 7.0.2
- pkgrel = 4
+ pkgver = 7.0.3
+ pkgrel = 1
epoch = 1
url = https://github.com/ValveSoftware/Proton
arch = x86_64
@@ -200,13 +200,13 @@ pkgbase = proton
conflicts = proton-native
noextract = wine-gecko-2.47.2-x86.tar.xz
noextract = wine-gecko-2.47.2-x86_64.tar.xz
- noextract = wine-mono-7.1.2-x86.tar.xz
+ noextract = wine-mono-7.3.0-x86.tar.xz
options = !staticlibs
options = !lto
options = emptydirs
- source = proton::git+https://github.com/ValveSoftware/Proton.git#tag=proton-7.0-2
+ source = proton::git+https://github.com/ValveSoftware/Proton.git#tag=proton-7.0-3
source = wine-valve::git+https://github.com/ValveSoftware/wine.git
- source = dxvk-valve::git+https://github.com/ValveSoftware/dxvk.git
+ source = dxvk::git+https://github.com/doitsujin/dxvk.git
source = openvr::git+https://github.com/ValveSoftware/openvr.git
source = liberation-fonts::git+https://github.com/liberationfonts/liberation-fonts.git
source = gstreamer::git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git
@@ -227,8 +227,8 @@ pkgbase = proton
source = dxil-spirv::git+https://github.com/HansKristian-Work/dxil-spirv.git
source = https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86.tar.xz
source = https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86_64.tar.xz
- source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-7.1.2/wine-mono-7.1.2-x86.tar.xz
- source = dxvk-async-1.10.1.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/1.10.1/dxvk-async.patch
+ source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-7.3.0/wine-mono-7.3.0-x86.tar.xz
+ source = dxvk-async-1111b69.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/1111b69/dxvk-async.patch
source = wine-25946b48148784e8275c1685f6498ab88f553ca3.patch
source = wine-winevulkan_fsr.patch
source = wine-more_8x5_res.patch
@@ -257,8 +257,8 @@ pkgbase = proton
sha256sums = SKIP
sha256sums = 8fab46ea2110b2b0beed414e3ebb4e038a3da04900e7a28492ca3c3ccf9fea94
sha256sums = b4476706a4c3f23461da98bed34f355ff623c5d2bb2da1e2fa0c6a310bc33014
- sha256sums = 59f146dde0f0540ca4648fc648e6b16335c71921deaf111b5fe8c3967881661d
- sha256sums = e6f042cdfd1d20d3bad0e5732696d453efde0502beacc3788e2af3568eeacd68
+ sha256sums = 60314f255031b2f4dc49f22eacfcd2b3b8b2b491120d703b4b62cc1fef0f9bdd
+ sha256sums = 14e9011b9aa40fe3dcc7a248735eec717a525aa2866e2bba5fd6fa5662c3dec0
sha256sums = 11aa65bb6b8da1814557edf18a3cdada80135b021634236feabf93d2a194838b
sha256sums = d76b87410047f623accc846f15f849fe13275924c685ccfb95a91a8b22943e51
sha256sums = 9005d8169266ba0b93be30e1475fe9a3697464796f553886c155ec1d77d71215
diff --git a/PKGBUILD b/PKGBUILD
index 6bfa7a90eccd..c7ef6b5b7dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: heavysink <winstonwu91 at gmail>
pkgname=proton
-_srctag=7.0-2
+_srctag=7.0-3
_commit=
pkgver=${_srctag//-/.}
_geckover=2.47.2
-_monover=7.1.2
-_asyncver=1.10.1
-pkgrel=4
+_monover=7.3.0
+_asyncver=1111b69
+pkgrel=1
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
@@ -107,7 +107,7 @@ conflicts=('proton-native')
source=(
proton::git+https://github.com/ValveSoftware/Proton.git#tag=proton-${_srctag}
wine-valve::git+https://github.com/ValveSoftware/wine.git
- dxvk-valve::git+https://github.com/ValveSoftware/dxvk.git
+ dxvk::git+https://github.com/doitsujin/dxvk.git
openvr::git+https://github.com/ValveSoftware/openvr.git
liberation-fonts::git+https://github.com/liberationfonts/liberation-fonts.git
gstreamer::git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git
@@ -197,7 +197,7 @@ prepare() {
_submodules=(
wine-valve::wine
- dxvk-valve::dxvk
+ dxvk
openvr
liberation-fonts::fonts/liberation-fonts
gstreamer
@@ -406,8 +406,8 @@ sha256sums=('SKIP'
'SKIP'
'8fab46ea2110b2b0beed414e3ebb4e038a3da04900e7a28492ca3c3ccf9fea94'
'b4476706a4c3f23461da98bed34f355ff623c5d2bb2da1e2fa0c6a310bc33014'
- '59f146dde0f0540ca4648fc648e6b16335c71921deaf111b5fe8c3967881661d'
- 'e6f042cdfd1d20d3bad0e5732696d453efde0502beacc3788e2af3568eeacd68'
+ '60314f255031b2f4dc49f22eacfcd2b3b8b2b491120d703b4b62cc1fef0f9bdd'
+ '14e9011b9aa40fe3dcc7a248735eec717a525aa2866e2bba5fd6fa5662c3dec0'
'11aa65bb6b8da1814557edf18a3cdada80135b021634236feabf93d2a194838b'
'd76b87410047f623accc846f15f849fe13275924c685ccfb95a91a8b22943e51'
'9005d8169266ba0b93be30e1475fe9a3697464796f553886c155ec1d77d71215'