summarylogtreecommitdiffstats
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
parent0ef42b2a0d48cc4ab517de20d421b2ddd6fdf721 (diff)
downloadaur-53575f5493a7572970ed746c1fba92ab94bb34af.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61049f4a11da..236c99fcf20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 16 16:01:48 UTC 2018
+# Fri Dec 7 17:36:17 UTC 2018
pkgbase = timbl
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
- pkgver = 6.4.12
+ pkgver = 6.4.13
pkgrel = 1
url = https://languagemachines.github.io/timbl/
install = timbl.install
@@ -16,8 +16,8 @@ pkgbase = timbl
depends = libxml2
depends = ticcutils>=0.13
options = !libtool
- source = https://github.com/LanguageMachines/timbl/archive/v6.4.12.tar.gz
- md5sums = 0aa6dbe94306c05a92b2474c5b9c94f9
+ source = https://github.com/LanguageMachines/timbl/archive/v6.4.13.tar.gz
+ md5sums = 0c16c6597f84ff0d1b427b377b518723
pkgname = timbl
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