summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd8c00e5ac33..f2b04e102a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wine-staging-git
pkgver=2.12.r6.g201e6261+wine.2.12.r134.gab313dd3be
-pkgrel=3
+pkgrel=4
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('i686' 'x86_64')
url='https://www.wine-staging.com/'
@@ -121,6 +121,9 @@ prepare() {
# change back to the wine upstream commit that this version of wine-staging is based in
msg2 'Changing wine HEAD to the wine-staging base commit...'
git checkout "$(../"$pkgname"/patches/patchinstall.sh --upstream-commit)"
+
+ # fix path of opencl headers
+ sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
}
pkgver() {