summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2020-04-15 13:24:53 +0200
committerMaarten van Gompel2020-04-15 13:24:53 +0200
commita574b87ef82d3ff61e16a4496024b369fe0b0881 (patch)
tree21ef925df6408c190a46b121e35a016616a65aff /PKGBUILD
parentef1a4e9ae7e19d65c0e178221d171e4936626bb4 (diff)
downloadaur-a574b87ef82d3ff61e16a4496024b369fe0b0881.tar.gz
updated to 0.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82396b59662e..15f49e6165be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=frog
-pkgver=0.19
-pkgrel=2
+pkgver=0.20
+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.21' 'ucto>=0.16' 'libfolia>=2.0' 'icu' 'libxml2' 'frogdata>=0.17' 'timbl' 'mbt' 'mbtserver')
+depends=('ticcutils>=0.24' 'ucto>=0.21' 'libfolia>=2.4' 'icu' 'libxml2' 'frogdata>=0.18' 'timbl>=6.5' 'mbt>=3.6' 'mbtserver')
makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="frog"
url="http://languagemachines.github.io/frog"
-source=(https://github.com/LanguageMachines/frog/archive/v0.19.tar.gz)
-md5sums=(268aec814d1bbade81f9bfc950b4bdab)
+source=(https://github.com/LanguageMachines/frog/archive/v0.20.tar.gz)
+md5sums=(e665352578822ae8cf426e353b8df994)
build() {
cd $srcdir/$pkgname-$pkgver