summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-10-23 12:24:16 +0200
committerMaarten van Gompel2017-10-23 12:24:16 +0200
commit45d439049203776b9ac5845c9500355fd5268685 (patch)
tree8a9e1067037a58ae301f75ed29e3ae7139d74ce4
parent4f19765c9dede092d6df88766ebc5f39b3ed2af0 (diff)
downloadaur-45d439049203776b9ac5845c9500355fd5268685.tar.gz
Update to v0.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1f11ea9c096..f7497dbdbc71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 09:14:45 UTC 2017
+# Mon Oct 23 10:24:14 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.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ucto
depends = libfolia>=1.10
depends = uctodata>=0.5
options = !libtool
- source = https://github.com/LanguageMachines/ucto/archive/v0.9.7.tar.gz
- md5sums = e73e09bf760e8aaa16e672e3a568ac4e
+ source = https://github.com/LanguageMachines/ucto/archive/v0.9.8.tar.gz
+ md5sums = 5f6ac7816d15f34859d2c0c8d94c91e4
pkgname = ucto
diff --git a/PKGBUILD b/PKGBUILD
index b6d945457700..4943cadd4858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=ucto
-pkgver=0.9.7
+pkgver=0.9.8
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.7.tar.gz)
-md5sums=(e73e09bf760e8aaa16e672e3a568ac4e)
+source=(https://github.com/LanguageMachines/ucto/archive/v0.9.8.tar.gz)
+md5sums=(5f6ac7816d15f34859d2c0c8d94c91e4)
build() {
cd $srcdir/$pkgname-$pkgver