summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
authorStelios Tsampas2023-09-25 12:56:21 +0300
committerStelios Tsampas2023-09-25 12:56:21 +0300
commit886afa2c491b059dd069c43603a67a8d35a5501f (patch)
treed2b038a6e4ddebe2bf21c8c9feb6815fd1f4b5ba /PKGBUILD.testing
parent7e3d9ead8c09aa21e17dc3b681a985454a18b130 (diff)
downloadaur-886afa2c491b059dd069c43603a67a8d35a5501f.tar.gz
[proton-ge-custom] Update gstreamer
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 577484a6d4e7..2b28de608200 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=614f8bebd889eac7a2cf0da9f79826a1b56b4550
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=3
+pkgrel=4
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
@@ -150,6 +150,9 @@ prepare() {
# Explicitly set origin URL for submodules using relative paths
git remote set-url origin https://github.com/gloriouseggroll/proton-ge-custom.git
git submodule update --init --filter=tree:0 --recursive
+ pushd gstreamer
+ git checkout 1.22.6
+ popd
for rustlib in gst-plugins-rs media-converter; do
pushd $rustlib