wine: update to 2.13

This commit is contained in:
Sir_Boops 2017-07-25 16:33:49 -06:00 committed by Andrea Brancaleoni
parent ee1c13303d
commit a1126e77a6

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=2.12
version=2.13
revision=1
build_style=gnu-configure
configure_args="--without-gstreamer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="LGPL-2.1"
homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
checksum=496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7
checksum=6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8
CC="gcc"
CFLAGS="-O2 -pipe"
@ -46,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+=" 0f186d2268011c12094ecac8747378ad8f4ee7152e8854cb00496ba9565b7974"
checksum+=" 0796440ebfa2aa651051e7081cc64f83774f966f26353876e024e42c59e24b46"
fi
post_extract() {