summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2017-04-04 10:12:25 +0200
committerMaarten van Gompel2017-04-04 10:12:25 +0200
commit7babeed7d198b5a2444969e6454b48cddc5d5af1 (patch)
treec7b9bf4a8fc2c0e0ac43b74d1ad4b817a192cc6f /PKGBUILD
parentdd3f2dad6fa9e45a29ca385d714a949187ad6d17 (diff)
downloadaur-7babeed7d198b5a2444969e6454b48cddc5d5af1.tar.gz
updated to v6.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59b85cc7513e..b6548cf644ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.4.8
+pkgver=6.4.9
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.8.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.4.9.tar.gz)
noextract=()
-md5sums=(f6b3b97f0c9761519e58f8041b090ab9)
+md5sums=(d0fa74a10ad75039034e9e5c91e04a47)
build() {
cd $srcdir/$pkgname-$pkgver