summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da90a9e67ec2..b2be47e68185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=frog
-pkgver=0.12.20
+pkgver=0.13.0
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.7' 'ucto>=0.8.0' 'libfolia>=0.13' 'icu' 'libxml2' 'python2' 'frogdata>=0.6' 'timbl' 'mbt')
+depends=('ticcutils>=0.11' 'ucto>=0.8.0' 'libfolia>=0.13' 'icu' 'libxml2' 'frogdata>=0.9' 'timbl' 'mbt')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-url="http://ilk.uvt.nl/frog"
-source=("http://software.ticc.uvt.nl/$pkgname-$pkgver.tar.gz")
-md5sums=('14d6f925d12e2c80c97373aceb0e7404')
+_gituser="LanguageMachines"
+_gitname="frog"
+url="http://languagemachines.github.io/frog"
+source=(https://github.com/LanguageMachines/frog/archive/v0.13.0.tar.gz)
+md5sums=(61fe2dbd11056e864230a848f7f62520)
build() {
cd $srcdir/$pkgname-$pkgver