wine: update to 2.8 (#6412)

This commit is contained in:
Sir-Boops 2017-05-16 16:44:47 -06:00 committed by Juan RP
parent 5c311e2685
commit 77d5442baf
1 changed files with 3 additions and 3 deletions

View File

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