From ca6de386f805f58fd14b31aada3e536db1e9223e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Jan 2018 07:53:30 +0100 Subject: [PATCH] wine: update to 3.0. --- srcpkgs/wine/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index d90322ac096..157af82d280 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=2.21 +version=3.0 revision=1 build_style=gnu-configure configure_args="--without-gstreamer" @@ -8,14 +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%.*}.x/wine-${version}.tar.xz" -checksum=bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef +distfiles="https://dl.winehq.org/wine/source/${version}/wine-${version}.tar.xz" +checksum=346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec nopie_files="/usr/bin/wine" -CC="gcc" -CFLAGS="-O2 -pipe" - lib32mode=full only_for_archs=i686 @@ -37,7 +34,7 @@ binfmts="/usr/bin/wine --magic MZ" build_options="staging" desc_option_staging="Enable wine-staging patchset" -build_options_default="staging" +#build_options_default="staging" if [ ${build_option_staging} ]; then hostmakedepends+=" automake"