summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2021-01-07 12:01:15 +0100
committerMaarten van Gompel2021-01-07 12:01:15 +0100
commit1fe2250569f808bb884f63b021681c7ca4ab8dc6 (patch)
tree144d399a8675f375f0a23d3ef74caaa8bbfaf1e8
parentc1149d2ff1ddb2c9a258853d57b58479df6368ad (diff)
downloadaur-1fe2250569f808bb884f63b021681c7ca4ab8dc6.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68997da46a45..f74fcbfc2bec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 15 11:19:44 UTC 2020
+# Thu Jan 7 11:01:14 UTC 2021
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.24
+ pkgver = 0.25
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.24.tar.gz
- md5sums = 0950318e97d632df8664e54b96b6d50a
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.25.tar.gz
+ md5sums = 10030fc63de11cf9d9af682c0d81a1da
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index b3f4a8c018a6..a61acbd3dbfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.24
+pkgver=0.25
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.24.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.25.tar.gz)
noextract=()
-md5sums=(0950318e97d632df8664e54b96b6d50a)
+md5sums=(10030fc63de11cf9d9af682c0d81a1da)
build() {
cd $srcdir/$pkgname-$pkgver