summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-11-07 11:12:58 +0100
committerMaarten van Gompel2017-11-07 11:12:58 +0100
commit3049fd6236853ee3114bbdab9ca175478ef7c31a (patch)
tree9e0334bab73504156def57647c9564316dd638f7
parent12c209628757de2fa960fdaba0d89aa017936215 (diff)
downloadaur-3049fd6236853ee3114bbdab9ca175478ef7c31a.tar.gz
dependency update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8088a9f74f5e..ace651fc5bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 10:12:11 UTC 2017
+# Tue Nov 7 10:12:58 UTC 2017
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.9.9
@@ -11,10 +11,10 @@ pkgbase = ucto
makedepends = libtool
makedepends = autoconf
makedepends = autoconf-archive
- depends = ticcutils>=0.13
+ depends = ticcutils>=0.16.1
depends = icu
depends = libxml2
- depends = libfolia>=1.10
+ depends = libfolia>=1.10.1
depends = uctodata>=0.5
options = !libtool
source = https://github.com/LanguageMachines/ucto/archive/v0.9.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ab44db6d3ba8..e679ad76d84a 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.10' 'uctodata>=0.5')
+depends=('ticcutils>=0.16.1' 'icu' 'libxml2' 'libfolia>=1.10.1' 'uctodata>=0.5')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"