summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e931c90ec43..123c39064dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 16:02:28 UTC 2017
+# Mon Sep 4 16:03:23 UTC 2017
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, git version)
pkgver = 2.12.r6.g201e6261+wine.2.12.r134.gab313dd3be
- pkgrel = 3
+ pkgrel = 4
url = https://www.wine-staging.com/
arch = i686
arch = x86_64
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() {