wine: update to 2.7

This commit is contained in:
Sir_Boops 2017-05-02 12:28:40 -06:00 committed by Andrea Brancaleoni
parent c1df07bfc3
commit 3be85be8f0

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=2.6
version=2.7
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=e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0
checksum=e55a43088e313c45f7ab49272b7cb441c06f5659fb4220b2325dc060db0ee14c
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+=" ff86ddcceb7f6857bd415db3842ddf216a5cb301452e2a08053a9378cbf5580a"
checksum+=" 3095f9c634f00b143c2407dce8c3f29c629ec95074cf14c8e8dc2e0cdba45b6d"
fi
post_extract() {