summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-04-25 16:13:37 +0200
committerMaarten van Gompel2016-04-25 16:13:37 +0200
commit5abde6ee01885cd7946e8a2e41b6f81869851015 (patch)
treeeadc458df0711b35c8b32666b0c0efa93eed0b39
parent473979a62e319f0f027256dc00b7f912879c18f0 (diff)
downloadaur-5abde6ee01885cd7946e8a2e41b6f81869851015.tar.gz
update to 0.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973cfd46af35..5054200e578f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 09:28:09 UTC 2016
+# Mon Apr 25 14:13:35 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.5
+ pkgver = 0.8.6
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ucto
depends = libxml2
depends = libfolia>=1.0.0
options = !libtool
- 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
pkgname = ucto
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