diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template index 6e700042722..2e63fcc0d7f 100644 --- a/srcpkgs/SDL2_ttf/template +++ b/srcpkgs/SDL2_ttf/template @@ -1,20 +1,20 @@ # Template file for 'SDL2_ttf' pkgname=SDL2_ttf -version=2.0.18 +version=2.20.0 revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel" short_desc="Use TrueType fonts in your SDL 2.x applications" -maintainer="Sigrid Solveig Haflínudóttir " +maintainer="Sigrid Solveig Haflínudóttir " license="MIT" -homepage="http://www.libsdl.org/projects/SDL_ttf" -distfiles="${homepage}/release/${pkgname}-${version}.tar.gz" -checksum=7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251 +homepage="https://github.com/libsdl-org/SDL_ttf" +distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz" +checksum=874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a post_install() { - vlicense COPYING.txt COPYING + vlicense LICENSE.txt } SDL2_ttf-devel_package() {