summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-04-25 11:28:22 +0200
committerMaarten van Gompel2016-04-25 11:28:22 +0200
commit473979a62e319f0f027256dc00b7f912879c18f0 (patch)
treebcc614888e88c547a1f1ffb93e09c6cd31b51fe2
parent45f00ff2c2e40b41d2fadc1526bded16c4bde627 (diff)
downloadaur-473979a62e319f0f027256dc00b7f912879c18f0.tar.gz
upgrade to 0.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031417fac89a..973cfd46af35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 21:07:16 UTC 2016
+# Mon Apr 25 09:28:09 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.4
+ pkgver = 0.8.5
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.4.tar.gz
- md5sums = 9ff94bac2e34d0134209381100bae051
+ source = https://github.com/LanguageMachines/ucto/archive/v0.8.5.tar.gz
+ md5sums = aacf906e09163a20f9a7352e994a047a
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 85623dac81ab..90046ff665c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.8.4
+pkgver=0.8.5
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.4.tar.gz)
-md5sums=(9ff94bac2e34d0134209381100bae051)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.8.5.tar.gz)
+md5sums=(aacf906e09163a20f9a7352e994a047a)
build() {
cd $srcdir/$pkgname-$pkgver