summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2019-05-29 19:59:48 +0200
committerMaarten van Gompel2019-05-29 19:59:48 +0200
commitd7b5dcb8660b903868ec3f7c400a9cc73c599f78 (patch)
treefaead22ffac7c1a7b77a282b221e71930123fb13
parent91f8abf859257c299c2c4e289346b5d9df1b7d6d (diff)
downloadaur-d7b5dcb8660b903868ec3f7c400a9cc73c599f78.tar.gz
updated to 0.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3650c8e2eb4a..0ff8dee817dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 20 13:31:28 UTC 2019
+# Wed May 29 17:58:17 UTC 2019
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.14.1
+ pkgver = 0.16
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ucto
depends = libfolia>=1.10.1
depends = uctodata>=0.5
options = !libtool
- 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
pkgname = ucto
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