summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2016-03-14 22:07:18 +0100
committerMaarten van Gompel2016-03-14 22:07:18 +0100
commit45f00ff2c2e40b41d2fadc1526bded16c4bde627 (patch)
tree1c940e8ebab584c477418c799dc52a68f93c7416 /PKGBUILD
parent3dc0bf22048136707f6dbfb53825c5efb3bf6355 (diff)
downloadaur-45f00ff2c2e40b41d2fadc1526bded16c4bde627.tar.gz
dependency update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b81f05af340d..85623dac81ab 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.11' 'icu' 'libxml2' 'libfolia>=0.13')
+depends=('ticcutils>=0.11' 'icu' 'libxml2' 'libfolia>=1.0.0')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"