wine: update to 1.7.53.
This commit is contained in:
parent
51680e06fb
commit
ddc40b3b63
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.7.52
|
||||
version=1.7.53
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
|
@ -10,7 +10,7 @@ license="LGPL-2.1"
|
|||
homepage="http://www.winehq.org/"
|
||||
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" # Not working right now
|
||||
distfiles="http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$version.tar.bz2"
|
||||
checksum=0773b32a0c358323db4c383ceb1e9e28d5d4ed4ea37570af2bcb41fecf0d554b
|
||||
checksum=efba70b106cde683a50a4b1f42df3d900f8ffc291a3689cb897afcc12cc2c6a3
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
|
@ -42,7 +42,7 @@ fi
|
|||
if [ ${build_option_staging} ]; then
|
||||
makedepends+=" pulseaudio-devel libva-devel gtk+3-devel"
|
||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" 84354a10e4226b5e456abb6d5727f4514c79d537ca809bb114a945830166cd73"
|
||||
checksum+=" 438f41165987a57635694dba2f67cc435cd630581b13cafe0c85daacf37a102a"
|
||||
fi
|
||||
|
||||
if [ ${build_option_d3d9} ]; then
|
||||
|
|
Loading…
Reference in New Issue