Date: Sunday, October 4, 2015 @ 05:56:59 Author: fyan Revision: 142913
upgpkg: wine-staging 1.7.52-1 don't build gtk3 support for wow64 as suggested by upstream. let's wait for lib32-gtk3. Modified: wine-staging/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-04 03:38:21 UTC (rev 142912) +++ PKGBUILD 2015-10-04 03:56:59 UTC (rev 142913) @@ -6,7 +6,7 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=wine-staging -pkgver=1.7.51 +pkgver=1.7.52 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} @@ -13,7 +13,7 @@ source=("https://github.com/wine-compholio/wine-patched/archive/staging-$pkgver.tar.gz" 30-win32-aliases.conf) -sha1sums=('42e0dedbfcc73eea427be7ef0a7aba3682b9f7f7' +sha1sums=('843245d4736db4ad1449f00d747a2f7912680c59' '023a5c901c6a091c56e76b6a62d141d87cce9fdb') pkgdesc="A compatibility layer for running Windows programs - Staging branch" @@ -62,11 +62,10 @@ libxslt lib32-libxslt libpulse lib32-libpulse libva lib32-libva - gtk3 samba opencl-headers ) -# lib32-gtk3 +# gtk3 lib32-gtk3 optdepends=( giflib lib32-giflib @@ -86,11 +85,10 @@ libcl lib32-libcl libxslt lib32-libxslt libva lib32-libva - gtk3 cups samba dosbox ) -# lib32-gtk3 +# gtk3 lib32-gtk3 if [[ $CARCH == i686 ]]; then # Strip lib32 etc. on i686
