summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel (proycon)2015-11-23 23:00:40 +0100
committerMaarten van Gompel (proycon)2015-11-23 23:00:40 +0100
commit2b002f75bd87d63aa609d6984eb7b6bb29054591 (patch)
tree63f1a0daf6dea7c3b6f529e5dc48dec31e97ee44
parent9483e6f72b660468e05ee5dea74e2ac1c70a8c4e (diff)
downloadaur-2b002f75bd87d63aa609d6984eb7b6bb29054591.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e135bfae99da..6bfe98b2fc27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = frog-git
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.
pkgver = 1
- pkgrel = 3
- url = http://ilk.uvt.nl/frog
+ pkgrel = 4
+ url = https://languagemachines.github.io/frog
arch = i686
arch = x86_64
license = GPL3
@@ -20,7 +20,7 @@ pkgbase = frog-git
provides = frog
conflicts = frog
options = !libtool
- source = git://github.com/proycon/frog.git
+ source = git://github.com/LanguageMachines/frog.git
md5sums = SKIP
pkgname = frog-git
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')