summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b2bb205e8fb..9c67c648785c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = mingw-w64-freetype2
makedepends = mingw-w64-configure
depends = mingw-w64-zlib
depends = mingw-w64-crt
+ depends = mingw-w64-harfbuzz
+ depends = mingw-w64-bzip2
provides = mingw-w64-freetype
conflicts = mingw-w64-freetype
replaces = mingw-w64-freetype
diff --git a/PKGBUILD b/PKGBUILD
index bfa5dd27460a..3b22b13684a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="TrueType font rendering library (mingw-w64)"
arch=('any')
url="http://www.freetype.org/"
license=('GPL')
-depends=(mingw-w64-zlib mingw-w64-crt)
+depends=(mingw-w64-zlib mingw-w64-crt mingw-w64-harfbuzz mingw-w64-bzip2)
makedepends=(mingw-w64-gcc mingw-w64-configure)
provides=(mingw-w64-freetype)
replaces=(mingw-w64-freetype)