summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25622415f623..a97c65116967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.14.1
+pkgver=0.16
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.16.1' 'icu' 'libxml2' 'libfolia>=1.10.1' 'uctodata>=0.5')
+depends=('ticcutils>=0.21' 'icu' 'libxml2' 'libfolia>=2.0' 'uctodata>=0.8')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="ucto"
url="https://languagemachines.github.io/ucto"
-source=(https://github.com/LanguageMachines/ucto/archive/v0.14.1.tar.gz)
-md5sums=(607c3237de7e0403f14769aae74d9c19)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.16.tar.gz)
+md5sums=(94a7504c4beb7cb7b274ffb478cd1a8b)
build() {
cd $srcdir/$pkgname-$pkgver