summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-02-21 10:00:02 +0100
committerMaarten van Gompel2023-02-21 10:00:02 +0100
commit6cc38582fafa8612a5f8f2955150e298c6a0c299 (patch)
tree36b90a33d564108a157d223848b75bf3b5826903
parent8707c910cdf768d9041601adef9e7abb0fddfd3b (diff)
downloadaur-6cc38582fafa8612a5f8f2955150e298c6a0c299.tar.gz
update to v0.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f47a6bf493..eb14c44c1fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 11:26:09 UTC 2023
+# Tue Feb 21 09:00:00 UTC 2023
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.26
+ pkgver = 0.28
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.26.tar.gz
- md5sums = a98461026b2cd0584cfd824fe9c5624a
+ source = https://github.com/LanguageMachines/ucto/archive/v0.28.tar.gz
+ md5sums = 56d9f0bc741e387f67ae9b9402e90d00
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index a33570b676af..dc3dc9d5edea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.26
+pkgver=0.28
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.26.tar.gz)
-md5sums=(a98461026b2cd0584cfd824fe9c5624a)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.28.tar.gz)
+md5sums=(56d9f0bc741e387f67ae9b9402e90d00)
build() {
cd $srcdir/$pkgname-$pkgver