wine: update to 1.7.51.
This commit is contained in:
parent
62d23fbabb
commit
a698ba70c3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.7.50
|
||||
version=1.7.51
|
||||
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=7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e
|
||||
checksum=397fc95b463d6ae1b65ab0477d9fe5d0871e8e2a3322bc9d984e438f2c4d0f52
|
||||
|
||||
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+=" 04803fe71edc5d5149624946ffd89de1ddadcd151a47e25cd7e0290b31c1f395"
|
||||
checksum+=" 662cbfcca95405045ba063f312fa4f605d8c48b7b0930c951e2ebac817f3b763"
|
||||
fi
|
||||
|
||||
if [ ${build_option_d3d9} ]; then
|
||||
|
|
Loading…
Reference in New Issue