scummvm: update to 2.0.0

Closes: #9956 [via git-merge-pr]
This commit is contained in:
void-user 2017-12-13 01:44:42 +03:00 committed by Jürgen Buchmüller
parent 91e6a0fdd8
commit 837c713f0e

View file

@ -1,7 +1,7 @@
# Template file for 'scummvm' # Template file for 'scummvm'
pkgname=scummvm pkgname=scummvm
version=1.9.0 version=2.0.0
revision=2 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr --enable-plugins --enable-all-engines" configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
hostmakedepends="pkg-config nasm" hostmakedepends="pkg-config nasm"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.scummvm.org/" homepage="http://www.scummvm.org/"
license="GPL-2" license="GPL-2"
distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz" distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
checksum=2417edcb1ad51ca05a817c58aeee610bc6db5442984e8cf28e8a5fd914e8ae05 checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm" configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"