summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2024-03-21 12:52:48 +0100
committerMaarten van Gompel2024-03-21 12:52:48 +0100
commit937072203ffbd2e3bff57c1336f91928f005b0c1 (patch)
treeadaa0285e2c0de8bcdb95b5fb5b9b21b40ab064c
parent57d5f2de422a6621bf1aa0505d68bee8e60e84e2 (diff)
downloadaur-937072203ffbd2e3bff57c1336f91928f005b0c1.tar.gz
updated to v0.32.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9710aca4aecd..b13c1343fddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.31
+ pkgver = 0.32.1
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ucto
depends = libfolia>=2.4
depends = uctodata>=0.8
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.31.tar.gz
- md5sums = e4324aef10afbab47da943b1e2306598
+ source = https://github.com/LanguageMachines/ucto/archive/v0.32.1.tar.gz
+ md5sums = 914cf9ef9360f80d44f7eb3e0e0f59d3
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 78c577fd4401..a2a1646b4f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.31
+pkgver=0.32.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.31.tar.gz)
-md5sums=(e4324aef10afbab47da943b1e2306598)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.32.1.tar.gz)
+md5sums=(914cf9ef9360f80d44f7eb3e0e0f59d3)
build() {
cd $srcdir/$pkgname-$pkgver