summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2016-07-11 18:57:33 +0200
committerMaarten van Gompel2016-07-11 18:57:33 +0200
commit0307b2e086525f110a4805eac48911d5f617b891 (patch)
treeb371b1ae7c29c2e300d5587d485463c89cb2e52c
parent39d2902f51c4a9f79d6367b6ad7f23d108306bb4 (diff)
downloadaur-0307b2e086525f110a4805eac48911d5f617b891.tar.gz
released v0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c1c1c2fcbaf..7f975d6102c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 7 08:06:07 UTC 2016
+# Mon Jul 11 16:57:30 UTC 2016
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.12
+ pkgver = 0.13
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.12.tar.gz
- md5sums = ab977ba38cacf8117a4ab3032ea2e3de
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.13.tar.gz
+ md5sums = 6f6365ede33ae6e9c34ff632076ca96f
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index c265bd6b47b1..40440f0a3383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.12
+pkgver=0.13
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.12.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.13.tar.gz)
noextract=()
-md5sums=(ab977ba38cacf8117a4ab3032ea2e3de)
+md5sums=(6f6365ede33ae6e9c34ff632076ca96f)
build() {
cd $srcdir/$pkgname-$pkgver