summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2021-10-25 20:26:55 +0300
committerStelios Tsampas2021-10-25 20:26:55 +0300
commitf83a50df77f7283932c2d506334a8f5fe1111eee (patch)
tree1ccba623259e30395c5819b525379e08c53a1ddf
parentf2e2ecde94bcbf26dfd9d3a85c4a26d3c738cccb (diff)
downloadaur-f83a50df77f7283932c2d506334a8f5fe1111eee.tar.gz
Install meson through pip
In meson 0.60.0 unknown options raise an error, install 0.59.3 through pip because patching the makefile would require unresonable amounts of testing.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32961b4b583e..aed2e3f59256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-experimental
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, experimental branch
pkgver = 6.3.20211020
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/ValveSoftware/Proton
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b7dbf0cfabe3..88485794f69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_srctag//-/.}
_geckover=2.47.2
_monover=6.4.1
_dxvkver=1.9.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, experimental branch"
url="https://github.com/ValveSoftware/Proton"
@@ -142,6 +142,7 @@ prepare() {
# Install it from pip in a virtualenv
virtualenv --app-data "$srcdir"/build_venv/cache --no-wheel build_venv
source build_venv/bin/activate
+ pip install --no-cache-dir meson==0.59.3
pip install --no-cache-dir afdko
pip install --no-cache-dir pefile