summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-01-04 17:59:36 +0100
committerMaarten van Gompel2023-01-04 17:59:36 +0100
commitc00c8ba2f19f2f14f564643cde4c15e19c9a5267 (patch)
tree7bd5fc11688d8ddaccf94e39ec7f91087fc15c52
parentc73c2ead9bfe0a7a2c2ede56caf9c076b5ef3618 (diff)
downloadaur-c00c8ba2f19f2f14f564643cde4c15e19c9a5267.tar.gz
updated timbl
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280f77d6cc7c..1c26c6045533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 22 09:44:36 UTC 2022
+# Wed Jan 4 16:59:34 UTC 2023
pkgbase = timbl
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
- pkgver = 6.7
+ pkgver = 6.8.1
pkgrel = 1
url = https://languagemachines.github.io/timbl/
install = timbl.install
@@ -16,8 +16,8 @@ pkgbase = timbl
depends = libxml2
depends = ticcutils>=0.24
options = !libtool
- source = https://github.com/LanguageMachines/timbl/archive/v6.7.tar.gz
- md5sums = 524e579ae6215d9300c9242560ef98b0
+ source = https://github.com/LanguageMachines/timbl/archive/v6.8.1.tar.gz
+ md5sums = 4c1b9b099370b812415819fe8c126d28
pkgname = timbl
diff --git a/PKGBUILD b/PKGBUILD
index 6a8005ab869f..b63193056e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.7
+pkgver=6.8.1
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.7.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.8.1.tar.gz)
noextract=()
-md5sums=(524e579ae6215d9300c9242560ef98b0)
+md5sums=(4c1b9b099370b812415819fe8c126d28)
build() {
cd $srcdir/$pkgname-$pkgver