summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2018-06-30 09:53:31 +0800
committerpingplug2018-06-30 09:53:31 +0800
commit8d0efc75f8f209395a91b681ab514d14eb752ec0 (patch)
tree7de96f57ff1fe7d403706f0a951bac89c1d6f863 /PKGBUILD
parent6a3f6bcfb77ee0fe316d2e76002f05cede70ed6e (diff)
downloadaur-8d0efc75f8f209395a91b681ab514d14eb752ec0.tar.gz
add libthai depend
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'