wine: update to 1.7.45.
This commit is contained in:
parent
de459f399c
commit
d74ba72185
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=1.7.44
|
version=1.7.45
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
|
@ -9,7 +9,7 @@ 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"
|
||||||
checksum=d2e3290d4b312d235ab8ac214eaae8f81c751fb610b15b40c2620904bd38d8bb
|
checksum=a30cef1ee4ceaee4b6c9c2ad96df3b8a8847278246e7727624db314c68adaa23
|
||||||
|
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
@ -35,7 +35,7 @@ if [ ${build_option_staging} ]; then
|
||||||
hostmakedepends+=" automake"
|
hostmakedepends+=" automake"
|
||||||
makedepends+=" pulseaudio-devel"
|
makedepends+=" pulseaudio-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+=" ae2db1fe506c936f9e3c5664584126d58db8305c47b8155c636b8a8843a0ae20"
|
checksum+=" 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cd ${XBPS_BUILDDIR}/${pkgname}-staging-${version}/patches/
|
cd ${XBPS_BUILDDIR}/${pkgname}-staging-${version}/patches/
|
||||||
|
|
Loading…
Reference in a new issue