summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2018-12-07 18:36:18 +0100
committerMaarten van Gompel2018-12-07 18:36:18 +0100
commit53575f5493a7572970ed746c1fba92ab94bb34af (patch)
tree4fd2e735cdd214c0f2c56a6a300d96d9d49b8362 /PKGBUILD
parent0ef42b2a0d48cc4ab517de20d421b2ddd6fdf721 (diff)
downloadaur-53575f5493a7572970ed746c1fba92ab94bb34af.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ceb4dece38e..3d6e31a2abb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.4.12
+pkgver=6.4.13
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.4.12.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.4.13.tar.gz)
noextract=()
-md5sums=(0aa6dbe94306c05a92b2474c5b9c94f9)
+md5sums=(0c16c6597f84ff0d1b427b377b518723)
build() {
cd $srcdir/$pkgname-$pkgver