summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-30 18:57:04 +0300
committerStelios Tsampas2023-08-30 18:57:04 +0300
commita092f97cc7fe788d71e1c256c33aeeb58da37e02 (patch)
treecbdc0b5af92a460fcf480743a3f8283748021e1a
parent33026fefd97c40f551086dbd16cb7cbaa3ec6e75 (diff)
downloadaur-a092f97cc7fe788d71e1c256c33aeeb58da37e02.tar.gz
[proton] Pull recent version for gst-plugin-rs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.testing4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13b16cf2c2da..66a4fe7218cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 8.0.3.3
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://github.com/ValveSoftware/Proton
install = proton.install
diff --git a/PKGBUILD b/PKGBUILD
index c988583be04b..1fbb1ac71879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
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