summarylogtreecommitdiffstats
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
parent8ed3aafa5c271d1a9d2dc0f821a0c3b0caa108ae (diff)
downloadaur-timbl-git.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 e60e24b45389..efc91638d61b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = timbl-git
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
pkgver = 1
- pkgrel = 3
- url = http://ilk.uvt.nl/timbl
+ pkgrel = 4
+ url = https://languagemachines.github.io/timbl
arch = i686
arch = x86_64
license = GPL
@@ -14,7 +14,7 @@ pkgbase = timbl-git
provides = timbl
conflicts = timbl
options = !libtool
- source = git://github.com/proycon/timbl.git
+ source = git://github.com/LanguageMachines/timbl.git
md5sums = SKIP
pkgname = timbl-git
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')