wine: update to 2.15

This commit is contained in:
Sir_Boops 2017-08-23 07:40:16 -04:00 committed by Andrea Brancaleoni
parent dfbbdbd53d
commit 6c74db74a6

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=2.14
version=2.15
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=03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6
checksum=d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3
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+=" cd4c8e400a808cbfa5c5cf088ea874c761d09db897f25bc33eab840101020b19"
checksum+=" f2b5c43fbc185a6fd6399f4c351b83a172737977b2ebb1cbdeddd1838d044bc2"
fi
post_extract() {