summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85a0f3f19832..82396b59662e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=frog
pkgver=0.19
-pkgrel=1
+pkgrel=2
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.21' 'ucto>=0.16' 'libfolia>=2.0' 'icu' 'libxml2' 'frogdata>=0.17' 'timbl' 'mbt')
+depends=('ticcutils>=0.21' 'ucto>=0.16' 'libfolia>=2.0' 'icu' 'libxml2' 'frogdata>=0.17' 'timbl' 'mbt' 'mbtserver')
makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"