Date: Saturday, January 13, 2018 @ 15:06:47 Author: svenstaro Revision: 281819
upgpkg: scummvm-tools 2.0.0-1 Modified: scummvm-tools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-13 15:05:49 UTC (rev 281818) +++ PKGBUILD 2018-01-13 15:06:47 UTC (rev 281819) @@ -4,8 +4,8 @@ # Contributor: Sebastian Hase <[email protected]> # Contributor: Joe Davison <[email protected]> pkgname=scummvm-tools -pkgver=1.9.0 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM" url="http://www.scummvm.org/" license=('GPL') @@ -12,7 +12,7 @@ depends=('libpng' 'wxgtk3' 'flac' 'libvorbis') arch=('x86_64') source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz") -md5sums=('7b472cc2895161c64630df92df4c65b0') +sha512sums=('a4c645f2a05b5f208658bad1a3122115a3077809141f5d4b281414ca32854d14987a8b6d4579f3bdd9d3eeeab880d98e3b540c3f69155197f20a2094a7812c60') prepare() { cd ${pkgname}-${pkgver}
