summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-01-05 16:59:55 +0100
committerMaarten van Gompel2017-01-05 16:59:55 +0100
commitd9315d6715c4c9cc5574165b94fb6917dc4514e5 (patch)
tree9e5046c6c2b2a22df2fbd749608d24f661cb36c7
parent6592efd8172e2807d1303e96438097464e0e2829 (diff)
downloadaur-d9315d6715c4c9cc5574165b94fb6917dc4514e5.tar.gz
updated to 0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e696b91a623..69617cabae56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 28 16:28:42 UTC 2016
+# Thu Jan 5 15:59:54 UTC 2017
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.2
+ pkgver = 0.3
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.2.tar.gz
- md5sums = 4fa7334ca0c288451c6b237a8cac2afe
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.3.tar.gz
+ md5sums = 1bb60a07dc0c8d6f212108bb9f7872a7
pkgname = uctodata
diff --git a/PKGBUILD b/PKGBUILD
index d0569667dd93..fc9ee84cb13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.2
+pkgver=0.3
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.2.tar.gz)
-md5sums=(4fa7334ca0c288451c6b237a8cac2afe)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.3.tar.gz)
+md5sums=(1bb60a07dc0c8d6f212108bb9f7872a7)
build() {
cd $srcdir/$pkgname-$pkgver