summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b56cc3b928c1..0201ce51b99e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=frog
pkgname=frog-git
pkgver=1
-pkgrel=3
+pkgrel=4
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')
-url="http://ilk.uvt.nl/frog"
+url="https://languagemachines.github.io/frog"
license=('GPL3')
depends=('ticcutils' 'ucto' 'libfolia' 'icu' 'libxml2' 'python2' 'frogdata' 'timbl' 'mbt')
provides=('frog')
conflicts=('frog')
makedepends=('libtool' 'autoconf')
options=(!libtool)
-source=("git://github.com/proycon/frog.git")
+source=("git://github.com/LanguageMachines/frog.git")
_gitname=("frog")
noextract=()
md5sums=('SKIP')