Date: Monday, December 24, 2018 @ 02:14:09 Author: svenstaro Revision: 417688
upgpkg: supertux 0.6.0-1 Modified: supertux/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-24 02:09:57 UTC (rev 417687) +++ PKGBUILD 2018-12-24 02:14:09 UTC (rev 417688) @@ -1,19 +1,20 @@ +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Jaroslaw Swierczynski <[email protected]> # Contributor: Eric Bélanger <[email protected]> # Contributor: vande198 -# Maintainer: Daniel J Griffiths <[email protected]> +# Contributor: Daniel J Griffiths <[email protected]> pkgname=supertux -pkgver=0.5.1 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games" arch=('x86_64') url="https://github.com/supertux/supertux" license=('GPL') -depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs') +depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2') makedepends=('cmake' 'boost' 'mesa' 'optipng') source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz") -md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0') +sha512sums=('7e313f1af1131e83ec658fee12803542d59075fa94a0a79a9182382335dc1b10a9f75092562555acf875dd03b15b336b40772fb8cdd81a82fa5802deb51b610b') build() { cd "SuperTux-v${pkgver}-Source"
