summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2024-05-17 11:19:01 +0200
committerMaarten van Gompel2024-05-17 11:19:01 +0200
commit0aa6d0e826b83832337490cdd92ec72efec77b3e (patch)
tree1d2cad3fc9f1a365620ffaa9edc9e5198ac00b70
parent937072203ffbd2e3bff57c1336f91928f005b0c1 (diff)
downloadaur-ucto.tar.gz
upgrade to 0.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13c1343fddf..5195307c49c6 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.32.1
+ pkgver = 0.33
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.32.1.tar.gz
- md5sums = 914cf9ef9360f80d44f7eb3e0e0f59d3
+ source = https://github.com/LanguageMachines/ucto/archive/v0.33.tar.gz
+ md5sums = fdb48019a75a67d18808bc9435542a9f
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index a2a1646b4f63..c8a279f9fb0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.32.1
+pkgver=0.33
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.32.1.tar.gz)
-md5sums=(914cf9ef9360f80d44f7eb3e0e0f59d3)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.33.tar.gz)
+md5sums=(fdb48019a75a67d18808bc9435542a9f)
build() {
cd $srcdir/$pkgname-$pkgver