summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMingye Wang2018-02-28 20:33:25 -0500
committerMingye Wang2018-02-28 20:33:25 -0500
commitbf5b36153fb460a9d0d3c5908d1f1ee5d344c15b (patch)
treedf78f48b1f763a7ad2cdae25a0df1854f3f893b6 /PKGBUILD
parente194bb5b7517d9d084296ae3e5a6d017bc2b64ae (diff)
downloadaur-bf5b36153fb460a9d0d3c5908d1f1ee5d344c15b.tar.gz
add gettext dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b432d5fc4be7..a71f40fd2542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A library for configuring and customizing font access (michalsrb perfor
arch=(x86_64)
url="https://github.com/AOSC-Dev/fontconfig"
license=(custom)
-depends=(expat freetype2)
+depends=(expat freetype2 gettext)
makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
perl-sgmls 'texlive-formatsextra>=2017' lynx)
provides=(fontconfig)