summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-04-06 22:02:43 +0200
committerMaarten van Gompel2018-04-06 22:02:43 +0200
commitf4a42fcaf75c237e05a80535e91586dae7ca37f8 (patch)
tree38822d7e31b4ceb0ac2006362e4cebe7975c3edf
parent01c3d9b4f4aecc70f95ed4a8bbce453e4acd3630 (diff)
downloadaur-f4a42fcaf75c237e05a80535e91586dae7ca37f8.tar.gz
v0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ea7d56070b5..c8f823aac5d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 09:13:35 UTC 2017
+# Fri Apr 6 20:02:40 UTC 2018
pkgbase = uctodata
pkgdesc = An advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages. Tokenization is an essential first step in any NLP pipeline. This package contains the necessary data.
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = any
@@ -11,8 +11,8 @@ pkgbase = uctodata
makedepends = autoconf
makedepends = autoconf-archive
options = !libtool
- source = https://github.com/LanguageMachines/uctodata/archive/v0.5.tar.gz
- md5sums = 2e8e9aea525db0cb8cd1a0c062d2d64d
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.6.tar.gz
+ md5sums = ea47f0ec440a6245a488c49302f5318a
pkgname = uctodata
diff --git a/PKGBUILD b/PKGBUILD
index 176ec57a6529..0f78254461ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.5
+pkgver=0.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. This package contains the necessary data."
arch=('any')
@@ -10,8 +10,8 @@ options=(!libtool)
_gituser="LanguageMachines"
_gitname="uctodata"
url="https://languagemachines.github.io/ucto"
-source=(https://github.com/LanguageMachines/uctodata/archive/v0.5.tar.gz)
-md5sums=(2e8e9aea525db0cb8cd1a0c062d2d64d)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.6.tar.gz)
+md5sums=(ea47f0ec440a6245a488c49302f5318a)
build() {
cd $srcdir/$pkgname-$pkgver