wine: update to 1.9.2.
This commit is contained in:
parent
eafccc441e
commit
329cdbe430
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.8
|
||||
revision=2
|
||||
version=1.9.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2"
|
||||
checksum=334d4d6a71ef2e4a385e01d05d66c1727cbe52646299378d19d203e645044e7a
|
||||
|
||||
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+=" c66f3dd6a760d516affe7467c4fb2d15ea8e2f0c72bcda1982219948dcdff11b"
|
||||
checksum+=" 67e830b27e1f69cf66cc65bc72e15231fab65144170921e373c729a431c607f3"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue