SDL2_ttf: update to 2.20.0

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-07-07 18:53:41 +02:00 committed by Leah Neukirchen
parent 67498d26e7
commit 81c68b0b7a

View file

@ -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 <ftrvxmtrx@gmail.com>"
maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
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() {