[arch-commits] Commit in wine-staging/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Oct 6 13:44:07 UTC 2019


    Date: Sunday, October 6, 2019 @ 13:44:07
  Author: felixonmars
Revision: 513374

upgpkg: wine-staging 4.17-2

disable user32-rawinput patchset (https://bugs.winehq.org/show_bug.cgi?id=47834)

Modified:
  wine-staging/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 13:37:21 UTC (rev 513373)
+++ PKGBUILD	2019-10-06 13:44:07 UTC (rev 513374)
@@ -6,7 +6,7 @@
 
 pkgname=wine-staging
 pkgver=4.17
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -121,7 +121,7 @@
 
   # apply wine-staging patchset
   pushd wine-staging-$_pkgbasever/patches
-  ./patchinstall.sh DESTDIR="$srcdir/$pkgname" --all
+  ./patchinstall.sh DESTDIR="$srcdir/$pkgname" --all -W user32-rawinput
   popd
 
   # Doesn't compile without remove these flags as of 4.10



More information about the arch-commits mailing list