summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-02-19 14:45:01 +0100
committerMaarten van Gompel2018-02-19 14:45:01 +0100
commit38695c708497192220b491b78d1975b5a468af5b (patch)
tree2cb0e5cae819b829f174fef9dfab537b9a5b736b
parent89feb3e842f2244590c8c6cf66d74374328623ce (diff)
downloadaur-38695c708497192220b491b78d1975b5a468af5b.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a53cc5e7fb3..8cad35e5f1ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 16:20:58 UTC 2017
+# Mon Feb 19 13:44:59 UTC 2018
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.17
+ pkgver = 0.18
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.17.tar.gz
- md5sums = f7c1f15f2cc8f6921b8f7d2b240ea2fe
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.18.tar.gz
+ md5sums = 6040242f07e344f92b59e6f683ea2de7
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 1676adabdfec..10d6f0921cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.17
+pkgver=0.18
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.17.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.18.tar.gz)
noextract=()
-md5sums=(f7c1f15f2cc8f6921b8f7d2b240ea2fe)
+md5sums=(6040242f07e344f92b59e6f683ea2de7)
build() {
cd $srcdir/$pkgname-$pkgver