summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2023-02-21 09:59:16 +0100
committerMaarten van Gompel2023-02-21 09:59:16 +0100
commitf3436d83a444e3caa2bff703c1838944e8916a28 (patch)
tree98e74c5dffc6f57cf2f837dfd27da86d92249c3e /PKGBUILD
parent44dcd32e98a13a333bb51feda07825934be86a41 (diff)
downloadaur-f3436d83a444e3caa2bff703c1838944e8916a28.tar.gz
update to v0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04ffc7d06b86..c8ee4b2fdfde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.30
+pkgver=0.32
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.30.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.32.tar.gz)
noextract=()
-md5sums=(9868e97b9805827342825aff868416eb)
+md5sums=(d74991455500be14dfa4a444a1dcb17f)
build() {
cd $srcdir/$pkgname-$pkgver