summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-12-04 15:41:30 +0100
committerMaarten van Gompel2017-12-04 15:41:30 +0100
commitdaf6992fad6d5384ad1bc4cc895a8972a97f43ab (patch)
tree5ea03049c6bd6c87d13e63adfe0f739459864226
parentfb07508080183644a347e96fd717167bc798151e (diff)
downloadaur-daf6992fad6d5384ad1bc4cc895a8972a97f43ab.tar.gz
update to 0.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b8af67edadc..34aea785e601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 16:21:36 UTC 2017
+# Mon Dec 4 14:41:29 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.10
+ pkgver = 0.11
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.10.tar.gz
- md5sums = 47f5e0883e5b78ec991a7743be0087e9
+ source = https://github.com/LanguageMachines/ucto/archive/v0.11.tar.gz
+ md5sums = dfd085eba541665c851d56c3ef620eda
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index f4a089510de2..93ab8ff78ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.10
+pkgver=0.11
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')
@@ -11,8 +11,8 @@ options=(!libtool)
_gituser="LanguageMachines"
_gitname="ucto"
url="https://languagemachines.github.io/ucto"
-source=(https://github.com/LanguageMachines/ucto/archive/v0.10.tar.gz)
-md5sums=(47f5e0883e5b78ec991a7743be0087e9)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.11.tar.gz)
+md5sums=(dfd085eba541665c851d56c3ef620eda)
build() {
cd $srcdir/$pkgname-$pkgver