wine: update to 1.7.44.
This commit is contained in:
parent
c126952d30
commit
ef436b864f
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.43
|
version=1.7.44
|
||||||
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=53d49b9affcb836443cf25111c2906dfcae9ff1fc8170dffbd81755405907822
|
checksum=d2e3290d4b312d235ab8ac214eaae8f81c751fb610b15b40c2620904bd38d8bb
|
||||||
|
|
||||||
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+=" bed2db992bf7926e8f2cf45c4cbfe37a15e13a10639cd69be290b658f5e5b9f5"
|
checksum+=" ae2db1fe506c936f9e3c5664584126d58db8305c47b8155c636b8a8843a0ae20"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cd ${XBPS_BUILDDIR}/${pkgname}-staging-${version}/patches/
|
cd ${XBPS_BUILDDIR}/${pkgname}-staging-${version}/patches/
|
||||||
|
|
Loading…
Reference in a new issue