wine: update to 1.9.9.
This commit is contained in:
parent
6a1d024ab9
commit
6700091f90
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.8
|
||||
version=1.9.9
|
||||
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=8bf34e8dd68e7187ed11fb06a55a76789073dda6ab2db6b84e194acf4f561a1d
|
||||
checksum=a1e76fd9842d0fe385e930cd62e7193035a04ed11fe771d9cd6ee9b2ceda7b41
|
||||
|
||||
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+=" 49201e31105208ae106f9426c2ca150e5d289b94c9b938a8669fbd32f58cec3d"
|
||||
checksum+=" 23e165b0259561a3449a7c0195352cca96fdc247ad524c6567421d9971ebf517"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue