summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7726f10425d0..57f79045b99a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=frog
-pkgver=0.13.8
+pkgver=0.13.9
pkgrel=1
pkgdesc="Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It includes a tokenizer, part-of-speech tagger, lemmatizer, morphological analyser, named entity recognition, shallow parser and dependency parser."
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('ticcutils>=0.16' 'ucto>=0.9.8' 'libfolia>=1.10' 'icu' 'libxml2' 'frogdata>=0.15' 'timbl' 'mbt')
+depends=('ticcutils>=0.17' 'ucto>=0.10' 'libfolia>=1.10' 'icu' 'libxml2' 'frogdata>=0.15' 'timbl' 'mbt')
makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="frog"
url="http://languagemachines.github.io/frog"
-source=(https://github.com/LanguageMachines/frog/archive/v0.13.8.tar.gz)
-md5sums=(fd4f9e47879f5d4ab4d7cc57b566521d)
+source=(https://github.com/LanguageMachines/frog/archive/v0.13.9.tar.gz)
+md5sums=(c0340181bc441e458cead7447180ab8d)
build() {
cd $srcdir/$pkgname-$pkgver