wine: update to 1.9.14.

This commit is contained in:
Andrea Brancaleoni 2016-07-11 20:11:56 +02:00
parent 11c8a5da4a
commit a7ffc4c47b
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wine' # Template file for 'wine'
pkgname=wine pkgname=wine
version=1.9.13 version=1.9.14
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-gstreamer" configure_args="--without-gstreamer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://www.winehq.org/" homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2" distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2"
checksum=9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9 checksum=7fbe961caf171d95e1ae109e361f3a9e7cb9f6c9321775e961be2bc12892c52c
lib32mode=full lib32mode=full
only_for_archs=i686 only_for_archs=i686
@ -42,7 +42,7 @@ fi
if [ ${build_option_staging} ]; then if [ ${build_option_staging} ]; then
makedepends+=" libva-devel gtk+3-devel" makedepends+=" libva-devel gtk+3-devel"
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz" distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
checksum+=" 582a896602254e4bb21cbf85f14ca3977a368a6b30fab94dbcbd17877c914252" checksum+=" fd9e1d52d96bd405e2aa7d2d6537e31f86fee20102cb5a0ef8b452afd70667ed"
fi fi
post_extract() { post_extract() {