summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent89feb3e842f2244590c8c6cf66d74374328623ce (diff)
downloadaur-38695c708497192220b491b78d1975b5a468af5b.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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