From c4cff0f3f5613f339b52712ed02ad1321245b5fc Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Mon, 10 Apr 2017 05:17:21 -0600 Subject: [PATCH] wine: update to 2.5 --- srcpkgs/wine/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 2720d7fe87..be4f5af845 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=2.4 +version=2.5 revision=1 build_style=gnu-configure configure_args="--without-gstreamer" @@ -9,7 +9,7 @@ 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=87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e +checksum=13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 CC="gcc" CFLAGS="-O2 -pipe" @@ -28,7 +28,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel v4l-utils-devel fontconfig-devel gnutls-devel dbus-devel sane-devel libpcap-devel cups-devel dbus-devel ocl-icd-devel" depends="libXi libXinerama libXcomposite libXcursor libOSMesa - desktop-file-utils hicolor-icon-theme liberation-fonts-ttf" + desktop-file-utils hicolor-icon-theme liberation-fonts-ttf + gnutls" binfmts="/usr/bin/wine --magic MZ" @@ -45,7 +46,7 @@ fi if [ ${build_option_staging} ]; then makedepends+=" libva-devel gtk+3-devel" distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz" - checksum+=" 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb" + checksum+=" b5cf6fa38151ff47ab6d725077693b02b37bb07b2ab7fda55290bb1f63ac54ad" fi post_extract() {