Date: Friday, June 5, 2015 @ 07:04:05
  Author: svenstaro
Revision: 134817

upgpkg: wine 1.7.44-2

Test for gcc 5.1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-06-05 02:51:05 UTC (rev 134816)
+++ PKGBUILD    2015-06-05 05:04:05 UTC (rev 134817)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.7.44
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -20,7 +20,7 @@
 pkgdesc="A compatibility layer for running Windows programs"
 url="http://www.winehq.com";
 arch=(i686 x86_64)
-options=(staticlibs)
+options=(staticlibs !buildflags) # remove !buildflags once 
https://bugs.winehq.org/show_bug.cgi?id=38653 is resolved
 license=(LGPL)
 install=wine.install
 

Reply via email to