summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2020-04-15 13:22:07 +0200
committerMaarten van Gompel2020-04-15 13:22:07 +0200
commit74a34a1c2fd0da8657c5c43f5d485411b52d15bb (patch)
treea12ce0081044f3a51f1d7f71feb3e16a1da1e4b1 /PKGBUILD
parentd5916215bbefc460534613044181924ea8d41054 (diff)
downloadaur-74a34a1c2fd0da8657c5c43f5d485411b52d15bb.tar.gz
update to 6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64862c9bedf1..cf0d7f607934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.4.14
+pkgver=6.5
pkgrel=1
pkgdesc="Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification "
arch=('i686' 'x86_64')
url="https://languagemachines.github.io/timbl/"
license=('GPL')
-depends=('gcc-libs' 'libxml2' 'ticcutils>=0.13')
+depends=('gcc-libs' 'libxml2' 'ticcutils>=0.24')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
install=timbl.install
options=(!libtool)
_gituser="LanguageMachines"
_gitname="timbl"
-source=(https://github.com/LanguageMachines/timbl/archive/v6.4.14.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.5.tar.gz)
noextract=()
-md5sums=(1a0cf02db0c8e6cf701ab607dde76500)
+md5sums=(1f6d73c585748bac46c78581f51a13ba)
build() {
cd $srcdir/$pkgname-$pkgver