summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc3dc9d5edea..fccbdfe500be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.28
+pkgver=0.28.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.28.tar.gz)
-md5sums=(56d9f0bc741e387f67ae9b9402e90d00)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.28.1.tar.gz)
+md5sums=(c107c8c5c988beea1feabcc9d98cde7c)
build() {
cd $srcdir/$pkgname-$pkgver