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 90046ff665c5..9c7d6f66634d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.8.5
+pkgver=0.8.6
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.8.5.tar.gz)
-md5sums=(aacf906e09163a20f9a7352e994a047a)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.8.6.tar.gz)
+md5sums=(50a549e6934d4133e605416eaf8335e7)
build() {
cd $srcdir/$pkgname-$pkgver