summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2022-07-22 11:44:37 +0200
committerMaarten van Gompel2022-07-22 11:44:37 +0200
commitc73c2ead9bfe0a7a2c2ede56caf9c076b5ef3618 (patch)
tree720f92779be2d1db1ea33acc5641e13add9c1ea5 /PKGBUILD
parent2fcedf47a4628a21b32fb9ec610c4ad72dc8c9e8 (diff)
downloadaur-c73c2ead9bfe0a7a2c2ede56caf9c076b5ef3618.tar.gz
updated to 6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acbf041b23da..6a8005ab869f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.6
+pkgver=6.7
pkgrel=1
pkgdesc="Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification "
arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@ install=timbl.install
options=(!libtool)
_gituser="LanguageMachines"
_gitname="timbl"
-source=(https://github.com/LanguageMachines/timbl/archive/v6.6.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.7.tar.gz)
noextract=()
-md5sums=(0549d27283ccc8b05ed313a90ca9e59d)
+md5sums=(524e579ae6215d9300c9242560ef98b0)
build() {
cd $srcdir/$pkgname-$pkgver