summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2021-12-20 00:21:05 +0100
committerMaarten van Gompel2021-12-20 00:21:05 +0100
commitbd3bdb0b7e481cdced53ce0b07d39967c41c034b (patch)
tree065b2efcd023aa441d0ae728ee7e38b30bfc65a5
parente82a4beece72e75fa98c9680ef6d07f819234526 (diff)
downloadaur-bd3bdb0b7e481cdced53ce0b07d39967c41c034b.tar.gz
update to 0.24.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4809296f5fa8..a210734114a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 8 16:27:03 UTC 2020
+# Sun Dec 19 23:21:03 UTC 2021
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.22
+ pkgver = 0.24.1
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ucto
depends = libfolia>=2.4
depends = uctodata>=0.8
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.22.tar.gz
- md5sums = f19ede24da3d8cb90c260079f961ea95
+ source = https://github.com/LanguageMachines/ucto/archive/v0.24.1.tar.gz
+ md5sums = 6f201d6947af2b1c89e491b3a69f0dd5
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 46c3279c8fbd..d42638512f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.22
+pkgver=0.24.1
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.22.tar.gz)
-md5sums=(f19ede24da3d8cb90c260079f961ea95)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.24.1.tar.gz)
+md5sums=(6f201d6947af2b1c89e491b3a69f0dd5)
build() {
cd $srcdir/$pkgname-$pkgver