wine: update to 1.9.8.

This commit is contained in:
Andrea Brancaleoni 2016-04-18 16:53:33 +02:00
parent 9f7cfd740d
commit 1154fda84d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=1.9.7
version=1.9.8
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%.*}/wine-${version}.tar.bz2"
checksum=49705fe02505e26ef8022c662dda702cfcd5c4fd73886e00b43d32dc2f8887ec
checksum=8bf34e8dd68e7187ed11fb06a55a76789073dda6ab2db6b84e194acf4f561a1d
lib32mode=full
only_for_archs=i686
@ -40,7 +40,7 @@ fi
if [ ${build_option_staging} ]; then
makedepends+=" libva-devel gtk+3-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" f1f0f76815c4d6f0011a6036400f2130809eb5b9b953cc505e187029a71ff69c"
checksum+=" 49201e31105208ae106f9426c2ca150e5d289b94c9b938a8669fbd32f58cec3d"
fi
post_extract() {