wine: update to 1.9.15.

This commit is contained in:
Andrea Brancaleoni 2016-07-26 21:34:49 +02:00
parent f234a8d51d
commit 83c4214954
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=1.9.14
version=1.9.15
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=7fbe961caf171d95e1ae109e361f3a9e7cb9f6c9321775e961be2bc12892c52c
checksum=cf992ac991b0e49fd0b186305021acf6e612d5df18d30e3d5808fa6f6731adda
lib32mode=full
only_for_archs=i686
@ -42,7 +42,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+=" fd9e1d52d96bd405e2aa7d2d6537e31f86fee20102cb5a0ef8b452afd70667ed"
checksum+=" 10b836e4f78b7da1693cf1199f1b16c160a844a6372733817be31de67ea85150"
fi
post_extract() {