summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84dc41d20a45..482f3d4b02d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = mingw-w64-sdl2_ttf
license = MIT
makedepends = mingw-w64-configure
depends = mingw-w64-sdl2
- depends = mingw-w64-freetype
+ depends = mingw-w64-freetype2
depends = mingw-w64-bzip2
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index af0c808d29d9..7717f539f952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A library that allows you to use TrueType fonts in your SDL application
arch=(any)
url="http://libsdl.org"
license=("MIT")
-depends=(mingw-w64-sdl2 mingw-w64-freetype mingw-w64-bzip2)
+depends=(mingw-w64-sdl2 mingw-w64-freetype2 mingw-w64-bzip2)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$pkgver.tar.gz")
@@ -33,3 +33,4 @@ package() {
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done
}
+