summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2019-11-27 13:02:48 +0100
committerMaarten van Gompel2019-11-27 13:02:48 +0100
commit4995feecaad343022c9868c5fc009cfc9206e620 (patch)
tree734d3d1999a84cec441b9c6c58fc82bffbf9e2da
parentbd6afe44c7bd4a2f50de9930358cd847a936c7b9 (diff)
downloadaur-4995feecaad343022c9868c5fc009cfc9206e620.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48ef0df1507b..9a517f36e295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 2 09:34:42 UTC 2019
+# Wed Nov 27 12:02:47 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.19
+ pkgver = 0.20
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ucto
depends = libfolia>=2.0
depends = uctodata>=0.8
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.19.tar.gz
- md5sums = 82bf3407db0718a6bb346f1cb975cce0
+ source = https://github.com/LanguageMachines/ucto/archive/v0.20.tar.gz
+ md5sums = 49ba760f58574c01ecfd8106e965eadd
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index ccdeef68361e..79b4d5b8197b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.19
+pkgver=0.20
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.19.tar.gz)
-md5sums=(82bf3407db0718a6bb346f1cb975cce0)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.20.tar.gz)
+md5sums=(49ba760f58574c01ecfd8106e965eadd)
build() {
cd $srcdir/$pkgname-$pkgver