summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-04-15 13:22:07 +0200
committerMaarten van Gompel2020-04-15 13:22:07 +0200
commit74a34a1c2fd0da8657c5c43f5d485411b52d15bb (patch)
treea12ce0081044f3a51f1d7f71feb3e16a1da1e4b1
parentd5916215bbefc460534613044181924ea8d41054 (diff)
downloadaur-74a34a1c2fd0da8657c5c43f5d485411b52d15bb.tar.gz
update to 6.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f58a21b29b..d62fe5e85ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 21 13:00:03 UTC 2019
+# Wed Apr 15 11:22:06 UTC 2020
pkgbase = timbl
pkgdesc = Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification
- pkgver = 6.4.14
+ pkgver = 6.5
pkgrel = 1
url = https://languagemachines.github.io/timbl/
install = timbl.install
@@ -14,10 +14,10 @@ pkgbase = timbl
makedepends = autoconf-archive
depends = gcc-libs
depends = libxml2
- depends = ticcutils>=0.13
+ depends = ticcutils>=0.24
options = !libtool
- source = https://github.com/LanguageMachines/timbl/archive/v6.4.14.tar.gz
- md5sums = 1a0cf02db0c8e6cf701ab607dde76500
+ source = https://github.com/LanguageMachines/timbl/archive/v6.5.tar.gz
+ md5sums = 1f6d73c585748bac46c78581f51a13ba
pkgname = timbl
diff --git a/PKGBUILD b/PKGBUILD
index 64862c9bedf1..cf0d7f607934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
pkgname=timbl
-pkgver=6.4.14
+pkgver=6.5
pkgrel=1
pkgdesc="Tilburg Memory-Based Learner, implementations of k-nearest neighbour classification "
arch=('i686' 'x86_64')
url="https://languagemachines.github.io/timbl/"
license=('GPL')
-depends=('gcc-libs' 'libxml2' 'ticcutils>=0.13')
+depends=('gcc-libs' 'libxml2' 'ticcutils>=0.24')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
install=timbl.install
options=(!libtool)
_gituser="LanguageMachines"
_gitname="timbl"
-source=(https://github.com/LanguageMachines/timbl/archive/v6.4.14.tar.gz)
+source=(https://github.com/LanguageMachines/timbl/archive/v6.5.tar.gz)
noextract=()
-md5sums=(1a0cf02db0c8e6cf701ab607dde76500)
+md5sums=(1f6d73c585748bac46c78581f51a13ba)
build() {
cd $srcdir/$pkgname-$pkgver