summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2016-03-14 22:08:33 +0100
committerMaarten van Gompel2016-03-14 22:08:33 +0100
commit4a323aa6c3eede45f775213246d7feb6b542d240 (patch)
treee18a13a571a7eba6a2b54c63adae328385170af6 /PKGBUILD
parentd726155a0b599799458e6eb9f417cdb2c93b206c (diff)
downloadaur-4a323aa6c3eede45f775213246d7feb6b542d240.tar.gz
upgrade to v0.13.3 (folia v1.0.0 release)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77fa5eebedf7..9ccc6a38804a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=frog
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.13.3
+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.11' 'ucto>=0.8.0' 'libfolia>=0.13' 'icu' 'libxml2' 'frogdata>=0.9' 'timbl' 'mbt')
+depends=('ticcutils>=0.11' 'ucto>=0.8.0' 'libfolia>=1.0.0' 'icu' 'libxml2' 'frogdata>=0.9' '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.0.tar.gz)
-md5sums=(61fe2dbd11056e864230a848f7f62520)
+source=(https://github.com/LanguageMachines/frog/archive/v0.13.3.tar.gz)
+md5sums=(97666e430e7c23728f8ed742d3ce24b5)
build() {
cd $srcdir/$pkgname-$pkgver