summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-05-17 14:58:28 +0200
committerMaarten van Gompel2018-05-17 14:58:28 +0200
commitaa43c763bbd7cbaec760bf9e5700ddd4b84fc6a3 (patch)
tree5fa9983a8283c6cae9b6932004256265d2475c20
parent534ec564d8c9d69383e9e82e9b01c64c8cb8ce69 (diff)
downloadaur-aa43c763bbd7cbaec760bf9e5700ddd4b84fc6a3.tar.gz
update to v0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5190adb59d..be9f70a04ac2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 16 16:01:16 UTC 2018
+# Thu May 17 12:58:27 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
+ pkgver = 0.7.1
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.tar.gz
- md5sums = f98633a778a77a2083f600c7a68daa80
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.7.1.tar.gz
+ md5sums = 1628f97b6d3237f3304a498c3ddc0e99
pkgname = uctodata
diff --git a/PKGBUILD b/PKGBUILD
index 0b64c50fe445..b71cd8895e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.7
+pkgver=0.7.1
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.tar.gz)
-md5sums=(f98633a778a77a2083f600c7a68daa80)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.7.1.tar.gz)
+md5sums=(1628f97b6d3237f3304a498c3ddc0e99)
build() {
cd $srcdir/$pkgname-$pkgver