summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-02-10 20:37:50 +0100
committerMaarten van Gompel2016-02-10 20:37:50 +0100
commit7dc5696022b99a19805bc18d6394d61fd6290722 (patch)
treefbf3558ec7f063869f98bc155a6b842564b72aec
parent4423afbcb1ac3242cf8ca7f028041ff73e883a3c (diff)
downloadaur-7dc5696022b99a19805bc18d6394d61fd6290722.tar.gz
upgrade to 6.4.7 , from github
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a22ceb4869b..da8f4904efb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,23 @@
+# Generated by mksrcinfo v8
+# Wed Feb 10 19:37:31 UTC 2016
pkgbase = timbl
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
- pkgver = 6.4.6
- pkgrel = 2
- url = http://ilk.uvt.nl/timbl/
+ pkgver = 6.4.7
+ pkgrel = 1
+ url = https://languagemachines.github.io/timbl/
install = timbl.install
arch = i686
arch = x86_64
license = GPL
makedepends = libtool
makedepends = autoconf
+ makedepends = autoconf-archive
depends = gcc-libs
depends = libxml2
depends = ticcutils
options = !libtool
- source = http://software.ticc.uvt.nl/timbl-6.4.6.tar.gz
- md5sums = 5c71abd9fa793f0adfa096ef065bf1c2
+ source = https://github.com/LanguageMachines/timbl/archive/v6.4.7.tar.gz
+ md5sums = a746b1fe0f84034c605aea07f31d1769
pkgname = timbl
diff --git a/PKGBUILD b/PKGBUILD
index 61645f0e1ab3..6d5f6025d915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,25 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.4.6
-pkgrel=2
+pkgver=6.4.7
+pkgrel=1
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')
+makedepends=('libtool' 'autoconf' 'autoconf-archive')
install=timbl.install
options=(!libtool)
-source=(http://software.ticc.uvt.nl/${pkgname}-${pkgver}.tar.gz)
+_gituser="LanguageMachines"
+_gitname="timbl"
+source=(https://github.com/LanguageMachines/timbl/archive/v6.4.7.tar.gz)
noextract=()
-md5sums=('5c71abd9fa793f0adfa096ef065bf1c2')
+md5sums=(a746b1fe0f84034c605aea07f31d1769)
build() {
cd $srcdir/$pkgname-$pkgver
+ bash bootstrap.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make || return 1
}