wine: update to 1.9.6.
This commit is contained in:
parent
bbf98746d0
commit
00d2f0795c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.5
|
||||
version=1.9.6
|
||||
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=fb526308e7ac5e202c0f0b663d4c7a943419d9eec766af6831caf23914300f09
|
||||
checksum=3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557
|
||||
|
||||
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+=" e12c5fb741e6c5b55b99c37d6bba1746b0f40317f27198406e63f260ede3600c"
|
||||
checksum+=" e9eb9990aa7f3f07931bfe158c883ebad595e58239855c7f6c01758b4d195db9"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue