summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a813f250ec0b..bb601ccf3a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-pango
pkgver=1.42.1+4+g5d46e21d
-pkgrel=2
+pkgrel=3
pkgdesc="A library for layout and rendering of text (mingw-w64)"
arch=('any')
url="http://www.pango.org"
@@ -16,6 +16,7 @@ depends=('mingw-w64-harfbuzz'
'mingw-w64-fontconfig'
'mingw-w64-freetype2'
'mingw-w64-cairo')
+optdepends=('mingw-w64-libthai: libthai support')
makedepends=('gtk-doc'
'gobject-introspection'
'mingw-w64-meson'