summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente82a4beece72e75fa98c9680ef6d07f819234526 (diff)
downloadaur-bd3bdb0b7e481cdced53ce0b07d39967c41c034b.tar.gz
update to 0.24.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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