summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1cf411a269..969bbe951e3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 22 09:42:59 UTC 2022
+# Tue Jan 3 10:55:25 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.29
+ pkgver = 0.30
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.29.tar.gz
- md5sums = cd318325b509788d74c107bc8e183b13
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.30.tar.gz
+ md5sums = 9868e97b9805827342825aff868416eb
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 7321c39933b0..04ffc7d06b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.29
+pkgver=0.30
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.29.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.30.tar.gz)
noextract=()
-md5sums=(cd318325b509788d74c107bc8e183b13)
+md5sums=(9868e97b9805827342825aff868416eb)
build() {
cd $srcdir/$pkgname-$pkgver