wine: update to 1.7.50.
This commit is contained in:
parent
ddf3ce7fef
commit
a0fea9b108
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.7.49
|
||||
revision=2
|
||||
version=1.7.50
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
|
@ -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=c8a1589753493cb6b71b3772b730cdf90059fe0f29cbfb369fc9a2339766b789
|
||||
checksum=7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e
|
||||
|
||||
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+=" a5623e78c1032cef691018712d855215402e42f054028c89fcf78c336821ca9f"
|
||||
checksum+=" 04803fe71edc5d5149624946ffd89de1ddadcd151a47e25cd7e0290b31c1f395"
|
||||
fi
|
||||
|
||||
if [ ${build_option_d3d9} ]; then
|
||||
|
|
Loading…
Reference in a new issue