summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent57d5f2de422a6621bf1aa0505d68bee8e60e84e2 (diff)
downloadaur-937072203ffbd2e3bff57c1336f91928f005b0c1.tar.gz
updated to v0.32.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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