summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-07-11 18:59:37 +0200
committerMaarten van Gompel2016-07-11 18:59:37 +0200
commitcb78c112ca9d6fef779e56188e61cf30939d7ad2 (patch)
tree2fd10497a5336913941f65506433cc6bebb39545
parent5abde6ee01885cd7946e8a2e41b6f81869851015 (diff)
downloadaur-cb78c112ca9d6fef779e56188e61cf30939d7ad2.tar.gz
released v0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5054200e578f..d1e90832bf09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 14:13:35 UTC 2016
+# Mon Jul 11 16:56:24 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.6
+ pkgver = 0.9.0
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ucto
depends = libxml2
depends = libfolia>=1.0.0
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.8.6.tar.gz
- md5sums = 50a549e6934d4133e605416eaf8335e7
+ source = https://github.com/LanguageMachines/ucto/archive/v0.9.0.tar.gz
+ md5sums = ea08be6918e80818aca8c7f76f6bdcf5
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 9c7d6f66634d..0f2b3dda3030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.8.6
+pkgver=0.9.0
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>=1.0.0')
+depends=('ticcutils>=0.13' 'icu' 'libxml2' 'libfolia>=1.3' 'uctodata>=0.1')
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.8.6.tar.gz)
-md5sums=(50a549e6934d4133e605416eaf8335e7)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.9.0.tar.gz)
+md5sums=(ea08be6918e80818aca8c7f76f6bdcf5)
build() {
cd $srcdir/$pkgname-$pkgver