summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-12-07 18:37:01 +0100
committerMaarten van Gompel2018-12-07 18:37:01 +0100
commit3d053287389ed3978d5f1061ad4fa83e90c93951 (patch)
tree7063bc53346d5ea336b398fe42d146a15f7e8417
parentaa43c763bbd7cbaec760bf9e5700ddd4b84fc6a3 (diff)
downloadaur-3d053287389ed3978d5f1061ad4fa83e90c93951.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9f70a04ac2..d61fd4150be3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 17 12:58:27 UTC 2018
+# Fri Dec 7 17:36:56 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.7.1
+ pkgver = 0.8
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.7.1.tar.gz
- md5sums = 1628f97b6d3237f3304a498c3ddc0e99
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.8.tar.gz
+ md5sums = f3d164c05acc0c6b18e83800b693f4b3
pkgname = uctodata
diff --git a/PKGBUILD b/PKGBUILD
index b71cd8895e28..95e596b9ea69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.7.1
+pkgver=0.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. 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.7.1.tar.gz)
-md5sums=(1628f97b6d3237f3304a498c3ddc0e99)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.8.tar.gz)
+md5sums=(f3d164c05acc0c6b18e83800b693f4b3)
build() {
cd $srcdir/$pkgname-$pkgver