summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe410746ae9..053ebd95edd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 18:20:00 UTC 2016
+# Mon Mar 14 21:05:38 UTC 2016
pkgbase = ucto
pkgdesc = An advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages. Tokenization is an essential first step in any NLP pipeline.
- pkgver = 0.8.2
+ pkgver = 0.8.4
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ucto
depends = libxml2
depends = libfolia>=0.13
options = !libtool
- 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
pkgname = ucto
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