* update sdl2_ttf to 2.24.0-1

This commit is contained in:
Alexander Baldeck 2025-02-13 08:45:10 +01:00
parent 65f9fa6a37
commit ce8656f5c1
2 changed files with 23 additions and 3 deletions

20
sdl2_ttf/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = sdl2_ttf
pkgdesc = A library that allows you to use TrueType fonts in your SDL applications (Version 2)
pkgver = 2.24.0
pkgrel = 1
url = https://github.com/libsdl-org/SDL_ttf
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
depends = sdl2
depends = freetype2
source = https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.24.0/SDL2_ttf-2.24.0.tar.gz
source = https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.24.0/SDL2_ttf-2.24.0.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
sha512sums = a0f94e26f0387385f13ec1eb08ddca677d4181969073a50af387a0dce9c7bdddf393c028c8084538e01f875e19790ef7ae9a00c5106bf7ca9d21f3fcf9eee885
sha512sums = SKIP
pkgname = sdl2_ttf

View File

@ -2,15 +2,15 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=sdl2_ttf
pkgver=2.22.0
pkgrel=1.1
pkgver=2.24.0
pkgrel=1
pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2)"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/libsdl-org/SDL_ttf"
license=('MIT')
depends=('sdl2' 'freetype2')
source=("https://github.com/libsdl-org/SDL_ttf/releases/download/release-${pkgver}/SDL2_ttf-${pkgver}.tar.gz"{,.sig})
sha512sums=('34a1d210d8f1b1e802139d65ba47e36033bb7881e75a8862c1b1c515565bef85e3d81ee42e952aa664de043debef387ba60088a9cf3ba3297413db39a13af912'
sha512sums=('a0f94e26f0387385f13ec1eb08ddca677d4181969073a50af387a0dce9c7bdddf393c028c8084538e01f875e19790ef7ae9a00c5106bf7ca9d21f3fcf9eee885'
'SKIP')
validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')