summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-10-26 18:03:51 +0200
committerMaarten van Gompel2017-10-26 18:03:51 +0200
commit176fffd7e437ec086890e887dd0b17ac92ff2d0c (patch)
tree3bda5c3a02a44de965b0d20019fb48f28f94aadd
parentc40be2d20af50c913c80618e6bf5295023cd2c24 (diff)
downloadaur-176fffd7e437ec086890e887dd0b17ac92ff2d0c.tar.gz
ticcutils v0.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d143c80a11a..fc080a56d84c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 08:18:25 UTC 2017
+# Thu Oct 26 16:03:49 UTC 2017
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.15
+ pkgver = 0.16
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.15.tar.gz
- md5sums = b6b7976a2d2a31a12de31936969e4f5a
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.16.tar.gz
+ md5sums = ace73a665ccdfd645c633acf2ccb8e92
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 3f8ed09f58f8..44e15e5c6721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.15
+pkgver=0.16
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.15.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.16.tar.gz)
noextract=()
-md5sums=(b6b7976a2d2a31a12de31936969e4f5a)
+md5sums=(ace73a665ccdfd645c633acf2ccb8e92)
build() {
cd $srcdir/$pkgname-$pkgver