Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/SDL2_ttf/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'SDL2_ttf'
pkgname=SDL2_ttf
version=2.20.2
revision=2
version=2.24.0
revision=1
build_style=cmake
configure_args="-DSDL2TTF_HARFBUZZ=ON"
makedepends="SDL2-devel freetype-devel harfbuzz-devel"
short_desc="Use TrueType fonts in your SDL 2.x applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
license="Zlib"
homepage="https://github.com/libsdl-org/SDL_ttf"
changelog="https://github.com/libsdl-org/SDL_ttf/raw/SDL2/CHANGES.txt"
distfiles="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz"
checksum=9dc71ed93487521b107a2c4a9ca6bf43fb62f6bddd5c26b055e6b91418a22053
distfiles="https://www.libsdl.org/projects/SDL_ttf/release/${pkgname}-${version}.tar.gz"
checksum=0b2bf1e7b6568adbdbc9bb924643f79d9dedafe061fa1ed687d1d9ac4e453bfd

post_install() {
vlicense LICENSE.txt
Expand Down