summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-05-16 18:01:17 +0200
committerMaarten van Gompel2018-05-16 18:01:17 +0200
commit534ec564d8c9d69383e9e82e9b01c64c8cb8ce69 (patch)
tree0d1ced85c1b8793e778e5d738cea0ae471bb9d98
parentf4a42fcaf75c237e05a80535e91586dae7ca37f8 (diff)
downloadaur-534ec564d8c9d69383e9e82e9b01c64c8cb8ce69.tar.gz
update to v0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f823aac5d0..6e5190adb59d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 6 20:02:40 UTC 2018
+# Wed May 16 16:01:16 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.6
+ pkgver = 0.7
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.6.tar.gz
- md5sums = ea47f0ec440a6245a488c49302f5318a
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.7.tar.gz
+ md5sums = f98633a778a77a2083f600c7a68daa80
pkgname = uctodata
diff --git a/PKGBUILD b/PKGBUILD
index 0f78254461ef..0b64c50fe445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.6
+pkgver=0.7
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.6.tar.gz)
-md5sums=(ea47f0ec440a6245a488c49302f5318a)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.7.tar.gz)
+md5sums=(f98633a778a77a2083f600c7a68daa80)
build() {
cd $srcdir/$pkgname-$pkgver