summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index f59e6103edfa..9563bfe57541 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -146,11 +146,6 @@ prepare() {
git remote set-url origin https://github.com/ValveSoftware/Proton.git
git submodule update --init --filter=tree:0 --recursive
- # Fix bindgen issue with llvm 16 by pulling in newer versions
- pushd dav1d; git checkout 1.2.1; popd
- pushd gst-plugins-rs; git checkout 0.11.0; popd
- sed 's/libgstrsdav1d.so/libgstdav1d.so/g' -i Makefile.in
-
for rustlib in gst-plugins-rs media-converter; do
pushd $rustlib
export RUSTUP_TOOLCHAIN=stable