From c8a93f8996a3e1ee143f87bd23b628a9f65267a6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 20 Dec 2015 09:05:19 +0100 Subject: [PATCH] wine: update to 1.8. --- srcpkgs/wine/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index c1b66fd2a82..584f6eb6241 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=1.7.55 +version=1.8 revision=1 build_style=gnu-configure configure_args="--without-gstreamer" @@ -8,9 +8,8 @@ short_desc="Run Microsoft Windows applications" maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.winehq.org/" -#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" # Not working right now -distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2" -checksum=a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119 +distfiles="https://dl.winehq.org/wine/source/${version}/wine-${version}.tar.bz2" +checksum=f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 lib32mode=full only_for_archs=i686 @@ -33,7 +32,7 @@ binfmts="/usr/bin/wine --magic MZ" build_options="d3d9 staging" desc_option_d3d9="Enable d3d9 state tracker patchset" desc_option_staging="Enable wine-staging patchset" -build_options_default="staging" +#build_options_default="staging" if [ ${build_option_staging} ] || [ ${build_option_d3d9} ]; then hostmakedepends+=" automake"