summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-06-21 09:16:28 -0400
committerAndrew Sun2018-06-21 09:16:28 -0400
commite561f0f167b577236242c6ff9a66e115060e3f70 (patch)
treee7572735ec9ca4ceda1f4a1782001e89914f365a
parentaf7da1156849161cd9a10ecc4fca8b1f03bea4cd (diff)
downloadaur-e561f0f167b577236242c6ff9a66e115060e3f70.tar.gz
add libdatrie to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b9ad368c63c..80b6e8336659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mingw-w64-libthai
arch = any
license = LGPL
makedepends = mingw-w64-configure
+ makedepends = libdatrie
depends = mingw-w64-crt
depends = mingw-w64-libdatrie
options = !strip
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")