wine: update to 1.7.48.
This commit is contained in:
parent
fa40881ada
commit
fdb721225f
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.47
|
version=1.7.48
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" # Not working right now
|
||||||
checksum=ba74f75aec400dc4b1d64ddc29560e4946837e73cb19d9c231604ff0147bbb2e
|
distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=e3f55ce56e2092d49b317fea8802e314be2b2170fd434f5e45f7141773946c8e
|
||||||
|
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
@ -41,7 +42,7 @@ fi
|
||||||
if [ ${build_option_staging} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
makedepends+=" pulseaudio-devel libva-devel"
|
makedepends+=" pulseaudio-devel libva-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+=" 75aef17c68d1e54b922529832edadca5951e6a37637aad696cfe5abb93d9ca15"
|
checksum+=" 66d264eb75edc40d7b42f0f49681878c0cb510451b4e0da858881c4d71896d22"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${build_option_d3d9} ]; then
|
if [ ${build_option_d3d9} ]; then
|
||||||
|
|
Loading…
Reference in a new issue