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 a977cbca54c5..cc5d0fc2e1df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 7 17:34:46 UTC 2018
+# Tue Jun 4 08:01:33 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.20
+ pkgver = 0.21
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.20.tar.gz
- md5sums = 39815713529a336ef2c4735c7c4e8ca3
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.21.tar.gz
+ md5sums = f905f5b883624270ab298af1048b0420
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 7ab4dc6ee10c..dde019f4410a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.20
+pkgver=0.21
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.20.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.21.tar.gz)
noextract=()
-md5sums=(39815713529a336ef2c4735c7c4e8ca3)
+md5sums=(f905f5b883624270ab298af1048b0420)
build() {
cd $srcdir/$pkgname-$pkgver