From 329cdbe4302e0ce947207d71ffdf2d4696e4a60f Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 1 Feb 2016 17:19:57 +0100 Subject: [PATCH] wine: update to 1.9.2. --- srcpkgs/wine/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 215dcc73bb..d402c9cfe6 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,15 +1,15 @@ # Template file for 'wine' pkgname=wine -version=1.8 -revision=2 +version=1.9.2 +revision=1 build_style=gnu-configure configure_args="--without-gstreamer" short_desc="Run Microsoft Windows applications" -maintainer="Juan RP " +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=f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 +distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2" +checksum=334d4d6a71ef2e4a385e01d05d66c1727cbe52646299378d19d203e645044e7a lib32mode=full only_for_archs=i686 @@ -40,7 +40,7 @@ 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+=" c66f3dd6a760d516affe7467c4fb2d15ea8e2f0c72bcda1982219948dcdff11b" + checksum+=" 67e830b27e1f69cf66cc65bc72e15231fab65144170921e373c729a431c607f3" fi post_extract() {