summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-30 18:57:04 +0300
committerStelios Tsampas2023-08-30 18:57:04 +0300
commita092f97cc7fe788d71e1c256c33aeeb58da37e02 (patch)
treecbdc0b5af92a460fcf480743a3f8283748021e1a /PKGBUILD.testing
parent33026fefd97c40f551086dbd16cb7cbaa3ec6e75 (diff)
downloadaur-a092f97cc7fe788d71e1c256c33aeeb58da37e02.tar.gz
[proton] Pull recent version for gst-plugin-rs
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index d623e47d73d2..c450b09937e7 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=
pkgver=8.0.3.3 # pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.1
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
@@ -147,8 +147,8 @@ prepare() {
git submodule update --init --filter=tree:0 --recursive
# Fix bindgen issue with llvm 16 by updating dav1d to something newer
- sed 's/dav1d = "0.6"/dav1d = "0.9"/g' -i gst-plugins-rs/video/dav1d/Cargo.toml
pushd dav1d; git checkout 1.2.1; popd
+ pushd gst-plugins-rs; git checkout 0.11.0; popd
for rustlib in gst-plugins-rs media-converter; do
pushd $rustlib