summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2019-08-30 11:39:17 +0200
committerMaarten van Gompel2019-08-30 11:39:17 +0200
commit9da102d5f3f9bd9e7943b5b2dd43659b710fb37e (patch)
tree18ac684a4e3231e14ac8bc5e74bbbf2d2ae6b1e5 /PKGBUILD
parentc1fd3ca02a14770e4b8d9eeb875acb58009981ea (diff)
downloadaur-9da102d5f3f9bd9e7943b5b2dd43659b710fb37e.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 dde019f4410a..d2229ac9240d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.21
+pkgver=0.22
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.21.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.22.tar.gz)
noextract=()
-md5sums=(f905f5b883624270ab298af1048b0420)
+md5sums=(f65303a873c3e72b18449c3d90195c97)
build() {
cd $srcdir/$pkgname-$pkgver