summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-01-06 15:52:20 +0100
committerMaarten van Gompel2017-01-06 15:52:20 +0100
commit16d44adce1c5328aea607acbb4d0836247a4b55b (patch)
treee4895815236233acf87aaa0179255a8d8002fcb9
parentd56f43e1574b0202925befaa208f6a2d358239f9 (diff)
downloadaur-16d44adce1c5328aea607acbb4d0836247a4b55b.tar.gz
update to v0.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01959ba7ef33..0254f5a490b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 5 15:55:19 UTC 2017
+# Fri Jan 6 14:52:19 UTC 2017
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.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ucto
depends = libfolia>=1.3
depends = uctodata>=0.1
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.9.4.tar.gz
- md5sums = d4be7de212351dfc54cdece680449fd4
+ source = https://github.com/LanguageMachines/ucto/archive/v0.9.5.tar.gz
+ md5sums = 7958cfdb1d431405c3513b1805622db2
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index 747982002cfc..36db4e458802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.9.4
+pkgver=0.9.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.9.4.tar.gz)
-md5sums=(d4be7de212351dfc54cdece680449fd4)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.9.5.tar.gz)
+md5sums=(7958cfdb1d431405c3513b1805622db2)
build() {
cd $srcdir/$pkgname-$pkgver