summarylogtreecommitdiffstats
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
parent44dcd32e98a13a333bb51feda07825934be86a41 (diff)
downloadaur-f3436d83a444e3caa2bff703c1838944e8916a28.tar.gz
update to v0.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969bbe951e3a..44debc980d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 10:55:25 UTC 2023
+# Tue Feb 21 08:59:14 UTC 2023
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.30
+ pkgver = 0.32
pkgrel = 1
url = https://github.com/LanguageMachines/ticcutils
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ticcutils
depends = bzip2
depends = libtar
options = !libtool
- source = https://github.com/LanguageMachines/ticcutils/archive/v0.30.tar.gz
- md5sums = 9868e97b9805827342825aff868416eb
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.32.tar.gz
+ md5sums = d74991455500be14dfa4a444a1dcb17f
pkgname = ticcutils
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