summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel (proycon)2015-11-23 22:58:58 +0100
committerMaarten van Gompel (proycon)2015-11-23 22:58:58 +0100
commitf22a4310f74115e03f9111cf9835d1d5911b40d7 (patch)
tree246c2beb566ccc829ed8361926be0af99e0a0b0e /PKGBUILD
parent8ed3aafa5c271d1a9d2dc0f821a0c3b0caa108ae (diff)
downloadaur-timbl-git.tar.gz
update
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')