| author | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-09-09 15:40:11 UTC |
| committer | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-09-09 15:40:11 UTC |
| parent | 9f54e4b9f5dcb628cebf134c24242bd85ec97db0 |
| .SRCINFO | +2 | -1 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 28d7a0a..757563e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,13 @@ 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 + pkgrel = 2 url = https://github.com/libsdl-org/SDL_ttf arch = x86_64 license = MIT depends = sdl2 depends = freetype2 + depends = harfbuzz 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 diff --git a/PKGBUILD b/PKGBUILD index a49a16a..1ec2a75 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=sdl2_ttf pkgver=2.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2)" arch=('x86_64') url="https://github.com/libsdl-org/SDL_ttf" license=('MIT') -depends=('sdl2' 'freetype2') +depends=('sdl2' 'freetype2' 'harfbuzz') source=("https://github.com/libsdl-org/SDL_ttf/releases/download/release-${pkgver}/SDL2_ttf-${pkgver}.tar.gz"{,.sig}) sha512sums=('a0f94e26f0387385f13ec1eb08ddca677d4181969073a50af387a0dce9c7bdddf393c028c8084538e01f875e19790ef7ae9a00c5106bf7ca9d21f3fcf9eee885' 'SKIP')