From 25cfe30f3088c0861fe4a380690d423dc47588ec Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Sat, 11 Feb 2017 11:40:12 -0700 Subject: [PATCH] wine: update to 2.1 --- srcpkgs/wine/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index b895523da22..7ece79580b9 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=1.9.23 +version=2.1 revision=1 build_style=gnu-configure configure_args="--without-gstreamer" @@ -8,8 +8,11 @@ short_desc="Run Microsoft Windows applications" maintainer="Andrea Brancaleoni " license="LGPL-2.1" homepage="http://www.winehq.org/" -distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2" -checksum=e3efa726f6b3df75cc1151341300c0dc9cd171d84313a428ca44684df9c4368c +distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz" +checksum=bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e + +CC="gcc" +CFLAGS="-O2 -pipe" lib32mode=full only_for_archs=i686 @@ -41,8 +44,8 @@ fi if [ ${build_option_staging} ]; then makedepends+=" libva-devel gtk+3-devel" - distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz" - checksum+=" 155c4a3c46e0924890a84e8182638658c571ddf26c905bc465dd364145df1c84" + distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz" + checksum+=" 1d193be2734ea495df2cae1dc54ce89204ca68699979174b0bd726d2e5e0576b" fi post_extract() {