summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 862d67f2681b..835ef34ac515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 30 09:39:15 UTC 2019
+# Mon Oct 21 12:58:59 UTC 2019
pkgbase = ticcutils
pkgdesc = Common library with functions for tools developed at Tilburg Centre for Cognition and Communication (Tilburg University) and Centre for Language and Speech Technology (Radboud University Nijmegen)
- pkgver = 0.22
+ pkgver = 0.23
pkgrel = 1
url = https://github.com/LanguageMachines/ticcutils
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ticcutils
depends = libtar
depends = boost
options = !libtool
- source = https://github.com/LanguageMachines/ticcutils/archive/v0.22.tar.gz
- md5sums = f65303a873c3e72b18449c3d90195c97
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.23.tar.gz
+ md5sums = 0c9dd623bad6731ac3f08a4575e8eb45
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index d2229ac9240d..8894bf58673e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.22
+pkgver=0.23
pkgrel=1
pkgdesc="Common library with functions for tools developed at Tilburg Centre for Cognition and Communication (Tilburg University) and Centre for Language and Speech Technology (Radboud University Nijmegen)"
arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@ makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="ticcutils"
-source=(https://github.com/LanguageMachines/ticcutils/archive/v0.22.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.23.tar.gz)
noextract=()
-md5sums=(f65303a873c3e72b18449c3d90195c97)
+md5sums=(0c9dd623bad6731ac3f08a4575e8eb45)
build() {
cd $srcdir/$pkgname-$pkgver