Date: Wednesday, June 17, 2015 @ 15:48:11 Author: svenstaro Revision: 135513
upgpkg: wine 1.7.45-1 upstream release 1.7.45 Modified: wine/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-17 12:53:02 UTC (rev 135512) +++ PKGBUILD 2015-06-17 13:48:11 UTC (rev 135513) @@ -5,14 +5,14 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=wine -pkgver=1.7.44 -pkgrel=2 +pkgver=1.7.45 +pkgrel=1 _pkgbasever=${pkgver/rc/-rc} source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign} 30-win32-aliases.conf) -sha1sums=('1c3bbda41c5d19fbc47bdcd6792975227cd05be0' +sha1sums=('62b8521c75afe26e5c0d9150d9842c38c9ba2808' 'SKIP' '023a5c901c6a091c56e76b6a62d141d87cce9fdb') validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7) @@ -20,7 +20,7 @@ pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch=(i686 x86_64) -options=(staticlibs !buildflags) # remove !buildflags once https://bugs.winehq.org/show_bug.cgi?id=38653 is resolved +options=(staticlibs) license=(LGPL) install=wine.install @@ -109,6 +109,10 @@ build() { cd "$srcdir" + # remove once https://bugs.winehq.org/show_bug.cgi?id=38653 is resolved + export CFLAGS="${CFLAGS/-O2/} -O0" + export CXXFLAGS="${CXXFLAGS/-O2/} -O0" + # Allow ccache to work mv $pkgname-$_pkgbasever $pkgname
