summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-01-23 14:14:13 +0100
committerMaarten van Gompel2017-01-23 14:14:13 +0100
commite910da9b37de9369cf850c651964a8d70eb70c0a (patch)
treead58745e0b13398da649dbff4d1ec0565b300661
parent246d661aba2a8db1125e70cbc1b047b94af8ff85 (diff)
downloadaur-e910da9b37de9369cf850c651964a8d70eb70c0a.tar.gz
uctodata dependency update
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e07b15550080..6258552355cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="An advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages. Tokenization is an essential first step in any NLP pipeline."
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('ticcutils>=0.13' 'icu' 'libxml2' 'libfolia>=1.3' 'uctodata>=0.1')
+depends=('ticcutils>=0.13' 'icu' 'libxml2' 'libfolia>=1.3' 'uctodata>=0.4')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"