From 837c713f0e1c876b28e328d6826c2809e48bbc4e Mon Sep 17 00:00:00 2001 From: void-user Date: Wed, 13 Dec 2017 01:44:42 +0300 Subject: [PATCH] scummvm: update to 2.0.0 Closes: #9956 [via git-merge-pr] --- srcpkgs/scummvm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template index 8128886791a..527b92bb812 100644 --- a/srcpkgs/scummvm/template +++ b/srcpkgs/scummvm/template @@ -1,7 +1,7 @@ # Template file for 'scummvm' pkgname=scummvm -version=1.9.0 -revision=2 +version=2.0.0 +revision=1 build_style=configure configure_args="--prefix=/usr --enable-plugins --enable-all-engines" hostmakedepends="pkg-config nasm" @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://www.scummvm.org/" license="GPL-2" distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz" -checksum=2417edcb1ad51ca05a817c58aeee610bc6db5442984e8cf28e8a5fd914e8ae05 +checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60 if [ "$CROSS_BUILD" ]; then configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"