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 b00ef7f9910f..90cc35e9c631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=timbl
pkgname=timbl-git
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification "
arch=('i686' 'x86_64')
-url="http://ilk.uvt.nl/timbl"
+url="https://languagemachines.github.io/timbl"
license=('GPL')
depends=('gcc-libs' 'libxml2' 'ticcutils')
makedepends=('libtool' 'autoconf')
provides=('timbl')
conflicts=('timbl')
options=(!libtool)
-source=("git://github.com/proycon/timbl.git")
+source=("git://github.com/LanguageMachines/timbl.git")
_gitname=("timbl")
noextract=()
md5sums=('SKIP')