summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-09-01 23:07:59 +0300
committerStelios Tsampas2023-09-01 23:07:59 +0300
commit048705d730759270983c12675413fbde33793476 (patch)
tree1c35ba749c0d66fa4f88468c58f481b5e640d9a6
parentfe85e8d0547dd00cbe7b9b65285d2d997310911a (diff)
downloadaur-048705d730759270983c12675413fbde33793476.tar.gz
[proton-ge-custom] Version GE-Proton8-14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--PKGBUILD.testing11
3 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c2add08094..ebc04b23343a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-ge-custom
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
- pkgver = GE.Proton8.13
- pkgrel = 7
+ pkgver = GE.Proton8.14
+ pkgrel = 1
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -172,7 +172,7 @@ pkgbase = proton-ge-custom
options = !lto
options = !debug
options = emptydirs
- source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
+ source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=3e58193bcc507a3f80d4d918482a267acce2cd27
source = https://dl.winehq.org/wine/wine-gecko/2.47.3/wine-gecko-2.47.3-x86.tar.xz
source = https://dl.winehq.org/wine/wine-gecko/2.47.3/wine-gecko-2.47.3-x86_64.tar.xz
source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-8.0.1/wine-mono-8.0.1-x86.tar.xz
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
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 27bf2378e83b..15c87c5d6bde 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -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