summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-12-09 08:52:37 -0700
committerJoshH1002019-12-09 08:52:37 -0700
commitc2e3f470825f38372a9c8818824b0c42e66d9578 (patch)
treef9d59f89dacbf391aa8c574cd1b6e311df55cfac
parentd75dbb8271a9415fe303fc3726f1497367fdf706 (diff)
downloadaur-c2e3f470825f38372a9c8818824b0c42e66d9578.tar.gz
added !buildflags to options
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed395959c22..ad718b9c6679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -139,6 +139,7 @@ pkgbase = wine-valve-git
conflicts = wine-wow64
replaces = bin32-wine
options = staticlibs
+ options = !buildflags
source = wine-valve-git::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.11
source = 30-win32-aliases.conf
source = wine-binfmt.conf
diff --git a/PKGBUILD b/PKGBUILD
index 7a12ee3427a7..69eef2bf7ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,8 +53,7 @@ makedepends=('git' 'autoconf' 'ncurses' 'bison' 'perl' 'fontforge' 'flex'
'libxslt' 'lib32-libxslt'
'gst-plugins-base-libs' 'lib32-gst-plugins-base-libs'
'vulkan-icd-loader' 'lib32-vulkan-icd-loader'
- 'samba'
- 'opencl-headers'
+ 'samba' 'opencl-headers'
'vulkan-headers'
)
optdepends=(
@@ -80,7 +79,7 @@ optdepends=(
'samba'
'dosbox'
)
-options=('staticlibs')
+options=('staticlibs' '!buildflags')
install="$pkgname.install"
source=("$pkgname::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.11"
'30-win32-aliases.conf'