summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2022-07-22 11:43:01 +0200
committerMaarten van Gompel2022-07-22 11:43:01 +0200
commitbb586acf01d4724636eb5cdc748e73d973f0eefb (patch)
tree36a5765d783fa07327d5800c879a8bb2be99bb5d
parente6c49da24fa2380b0e01a4d35ae4ba9cf5fc6ab3 (diff)
downloadaur-bb586acf01d4724636eb5cdc748e73d973f0eefb.tar.gz
updated to 0.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be4722a0fd8..6d1cf411a269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 19 23:00:29 UTC 2021
+# Fri Jul 22 09:42:59 UTC 2022
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.28
+ pkgver = 0.29
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.28.tar.gz
- md5sums = 651e82a389bf368437c8988db2b5af67
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.29.tar.gz
+ md5sums = cd318325b509788d74c107bc8e183b13
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 865b503ee946..7321c39933b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.28
+pkgver=0.29
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.28.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.29.tar.gz)
noextract=()
-md5sums=(651e82a389bf368437c8988db2b5af67)
+md5sums=(cd318325b509788d74c107bc8e183b13)
build() {
cd $srcdir/$pkgname-$pkgver