summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index becb226b01c6..7fa66ca5159e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Nov 17 10:02:20 UTC 2016
+# Tue Nov 22 12:03:10 UTC 2016
pkgbase = wine-gaming-nine
pkgdesc = Based off wine-staging, including the gallium-nine patches and some more hacks
pkgver = 1.9.23
diff --git a/PKGBUILD b/PKGBUILD
index 66830a8f6d42..b6b2a05d6547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,12 +137,7 @@ prepare()
patch -p1 < ../steam.patch
patch -p1 < ../heap_perf.patch
- read -p "Do you want to apply the patch increasing the fragment samplers threshold (makes some DX11 games work, might break other stuff)? [y/N]" -n 1 -r
- echo
- if [[ $REPLY =~ ^[Yy]$ ]]
- then
- patch -p1 < ../increase_max_frag_samplers.patch
- fi
+ #patch -p1 < ../increase_max_frag_samplers.patch
patch -p1 < ../wbemprox_query_v2.patch