summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-09-01 23:07:59 +0300
committerStelios Tsampas2023-09-01 23:07:59 +0300
commit048705d730759270983c12675413fbde33793476 (patch)
tree1c35ba749c0d66fa4f88468c58f481b5e640d9a6 /PKGBUILD
parentfe85e8d0547dd00cbe7b9b65285d2d997310911a (diff)
downloadaur-048705d730759270983c12675413fbde33793476.tar.gz
[proton-ge-custom] Version GE-Proton8-14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 042baaec8504..710d8508f9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-ge-custom
-_srctag=GE-Proton8-13
-_commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
+_srctag=GE-Proton8-14
+_commit=3e58193bcc507a3f80d4d918482a267acce2cd27
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=7
+pkgrel=1
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"
@@ -151,11 +151,6 @@ prepare() {
git remote set-url origin https://github.com/gloriouseggroll/proton-ge-custom.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