summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2016-03-14 22:05:40 +0100
committerMaarten van Gompel2016-03-14 22:05:40 +0100
commit3dc0bf22048136707f6dbfb53825c5efb3bf6355 (patch)
tree572b34aa5f5534ec642a13604781c139224b99e9 /PKGBUILD
parent68fd0820602f9988a94a4f287abe7d409ad135e9 (diff)
downloadaur-3dc0bf22048136707f6dbfb53825c5efb3bf6355.tar.gz
upgrade to v0.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b01c22a3e7b0..b81f05af340d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.8.2
+pkgver=0.8.4
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.2.tar.gz)
-md5sums=(7d2443b5e88b8312c0a48e5e169c7d8a)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.8.4.tar.gz)
+md5sums=(9ff94bac2e34d0134209381100bae051)
build() {
cd $srcdir/$pkgname-$pkgver