summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2018-05-16 17:59:56 +0200
committerMaarten van Gompel2018-05-16 17:59:56 +0200
commit516811369a711d15ea171728f04e035fe775d6a6 (patch)
tree65dfe5949f59a5a55ab9081c28310762ec76408e
parent38695c708497192220b491b78d1975b5a468af5b (diff)
downloadaur-516811369a711d15ea171728f04e035fe775d6a6.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cad35e5f1ba..705db685276d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 13:44:59 UTC 2018
+# Wed May 16 15:59:42 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.18
+ pkgver = 0.19
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.18.tar.gz
- md5sums = 6040242f07e344f92b59e6f683ea2de7
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.19.tar.gz
+ md5sums = d0d903427c3e3a02d4052b7465f346fb
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 10d6f0921cc8..5e8ecf796929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.18
+pkgver=0.19
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.18.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.19.tar.gz)
noextract=()
-md5sums=(6040242f07e344f92b59e6f683ea2de7)
+md5sums=(d0d903427c3e3a02d4052b7465f346fb)
build() {
cd $srcdir/$pkgname-$pkgver