wine: update to 2.3

This commit is contained in:
Sir_Boops 2017-03-07 06:38:53 -07:00 committed by Andrea Brancaleoni
parent dc217433d3
commit 12388d5983

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=2.2
version=2.3
revision=1
build_style=gnu-configure
configure_args="--without-gstreamer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="LGPL-2.1"
homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
checksum=64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4
checksum=afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e
CC="gcc"
CFLAGS="-O2 -pipe"
@ -45,7 +45,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+=" 9d3cbf7e5f12c623d275457b910a158e0b176fcf50c09a5f8425864de604bc1d"
checksum+=" 9a81be606836fab6203857f7937ff97575947f75d52c80fb5489418efb8b87e1"
fi
post_extract() {