summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7c78112298..9bfd1e60dbc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jul 22 09:43:29 UTC 2022
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.9.1
+ pkgver = 0.10.1
pkgrel = 1
url = https://languagemachines.github.io/ucto
arch = any
@@ -11,8 +9,7 @@ pkgbase = uctodata
makedepends = autoconf
makedepends = autoconf-archive
options = !libtool
- source = https://github.com/LanguageMachines/uctodata/archive/v0.9.1.tar.gz
- md5sums = f6542c5d7542562119d0759a56d0fb0c
+ source = https://github.com/LanguageMachines/uctodata/archive/v0.10.1.tar.gz
+ md5sums = 439babfaefed92d20f7d8ec8677ae31a
pkgname = uctodata
-
diff --git a/PKGBUILD b/PKGBUILD
index c90fbde28fb1..7175b33eb603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=uctodata
-pkgver=0.9.1
+pkgver=0.10.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.9.1.tar.gz)
-md5sums=(f6542c5d7542562119d0759a56d0fb0c)
+source=(https://github.com/LanguageMachines/uctodata/archive/v0.10.1.tar.gz)
+md5sums=(439babfaefed92d20f7d8ec8677ae31a)
build() {
cd $srcdir/$pkgname-$pkgver