summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50236c835097..e1f11ea9c096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 13:14:26 UTC 2017
+# Thu Oct 19 09:14:45 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.6
+ pkgver = 0.9.7
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -14,11 +14,11 @@ pkgbase = ucto
depends = ticcutils>=0.13
depends = icu
depends = libxml2
- depends = libfolia>=1.3
- depends = uctodata>=0.4
+ depends = libfolia>=1.10
+ depends = uctodata>=0.5
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.9.6.tar.gz
- md5sums = b920fa7306554df9b78aef47bc988f51
+ source = https://github.com/LanguageMachines/ucto/archive/v0.9.7.tar.gz
+ md5sums = e73e09bf760e8aaa16e672e3a568ac4e
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 6258552355cf..b6d945457700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.9.6
+pkgver=0.9.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.4')
+depends=('ticcutils>=0.13' 'icu' 'libxml2' 'libfolia>=1.10' 'uctodata>=0.5')
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.9.6.tar.gz)
-md5sums=(b920fa7306554df9b78aef47bc988f51)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.9.7.tar.gz)
+md5sums=(e73e09bf760e8aaa16e672e3a568ac4e)
build() {
cd $srcdir/$pkgname-$pkgver