| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:19 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:19 UTC |
| parent | fbe9a1fea8411e789550a414adfa926bc1dc9ee4 |
| .SRCINFO | +1 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 757563e..18dac9d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = sdl2_ttf pkgrel = 2 url = https://github.com/libsdl-org/SDL_ttf arch = x86_64 + arch = armv7h license = MIT depends = sdl2 depends = freetype2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 1ec2a75..c5e1539 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=sdl2_ttf pkgver=2.24.0 pkgrel=2 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2)" -arch=('x86_64') +arch=('x86_64' 'armv7h') url="https://github.com/libsdl-org/SDL_ttf" license=('MIT') depends=('sdl2' 'freetype2' 'harfbuzz')