summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-10-31 11:59:44 +0100
committerMaarten van Gompel2023-10-31 11:59:44 +0100
commit790e01af1bc7c55114ad4f51411c91ab8399af1c (patch)
tree2721cde0f0c01aca50c79cba7dc256c5fd8e6f02
parentc00c8ba2f19f2f14f564643cde4c15e19c9a5267 (diff)
downloadaur-timbl.tar.gz
upgrade to 6.9
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c26c6045533..5c409977fbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 4 16:59:34 UTC 2023
pkgbase = timbl
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
- pkgver = 6.8.1
+ pkgver = 6.9
pkgrel = 1
url = https://languagemachines.github.io/timbl/
install = timbl.install
@@ -16,8 +14,7 @@ pkgbase = timbl
depends = libxml2
depends = ticcutils>=0.24
options = !libtool
- source = https://github.com/LanguageMachines/timbl/archive/v6.8.1.tar.gz
- md5sums = 4c1b9b099370b812415819fe8c126d28
+ source = https://github.com/LanguageMachines/timbl/archive/v6.9.tar.gz
+ md5sums = 3f21e3af24198a3bdcd3440e5d6b2d4e
pkgname = timbl
-
diff --git a/PKGBUILD b/PKGBUILD
index b63193056e5d..6fca01d1cf0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.8.1
+pkgver=6.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.8.1.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.9.tar.gz)
noextract=()
-md5sums=(4c1b9b099370b812415819fe8c126d28)
+md5sums=(3f21e3af24198a3bdcd3440e5d6b2d4e)
build() {
cd $srcdir/$pkgname-$pkgver