summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxantares2015-08-12 19:26:45 +0200
committerxantares2015-08-12 19:26:45 +0200
commit0024cce1ef7c10eb86ccff6dbc3f4fd89aba7001 (patch)
tree8f289a64e55ba0a5e96d07851a85073356303eca
parentfe817e31b3b212880be5d1e6e5ae793069bc73f2 (diff)
downloadaur-0024cce1ef7c10eb86ccff6dbc3f4fd89aba7001.tar.gz
depend on freetype2
-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
}
+