summarylogtreecommitdiffstats
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
parent3dc0bf22048136707f6dbfb53825c5efb3bf6355 (diff)
downloadaur-45f00ff2c2e40b41d2fadc1526bded16c4bde627.tar.gz
dependency update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 053ebd95edd7..031417fac89a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 21:05:38 UTC 2016
+# Mon Mar 14 21:07:16 UTC 2016
pkgbase = ucto
pkgdesc = An advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages. Tokenization is an essential first step in any NLP pipeline.
pkgver = 0.8.4
@@ -14,7 +14,7 @@ pkgbase = ucto
depends = ticcutils>=0.11
depends = icu
depends = libxml2
- depends = libfolia>=0.13
+ depends = libfolia>=1.0.0
options = !libtool
source = https://github.com/LanguageMachines/ucto/archive/v0.8.4.tar.gz
md5sums = 9ff94bac2e34d0134209381100bae051
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"