summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-06-21 09:16:28 -0400
committerAndrew Sun2018-06-21 09:16:28 -0400
commite561f0f167b577236242c6ff9a66e115060e3f70 (patch)
treee7572735ec9ca4ceda1f4a1782001e89914f365a /PKGBUILD
parentaf7da1156849161cd9a10ecc4fca8b1f03bea4cd (diff)
downloadaur-e561f0f167b577236242c6ff9a66e115060e3f70.tar.gz
add libdatrie to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 765223d00efd..40b36aa72d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Thai language support routines (mingw-w64)"
arch=('any')
url="https://linux.thai.net/projects/libthai"
license=('LGPL')
-makedepends=('mingw-w64-configure')
+makedepends=('mingw-w64-configure' 'libdatrie')
depends=('mingw-w64-crt' 'mingw-w64-libdatrie')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz")