summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-05 13:31:47 +0100
committerAdrià Cereto-Massagué2018-03-05 13:31:47 +0100
commit2dd2c01377a50f798e48e63c6b55bffa2c3c92d1 (patch)
tree4164c4c5cf0ba4bc7a961e8fad6b67f44487fa78
parent5b1f50fa0593edb80f84606e0e3c4d6db9ef6dc6 (diff)
downloadaur-2dd2c01377a50f798e48e63c6b55bffa2c3c92d1.tar.gz
make sure the vulkan patches are used
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e61e667fa19a..14da1ff175c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wine-staging-vulkan-git
pkgver=3.3.r0.ge09e1fd3+
-pkgrel=1
+pkgrel=2
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version) with Vulkan patches'
arch=('i686' 'x86_64')
url='https://www.wine-staging.com/'
@@ -126,8 +126,8 @@ prepare() {
git clean -xdf # delete untracked files
# 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)"
+ #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*