summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2021-07-15 11:19:40 +0200
committerMaarten van Gompel2021-07-15 11:19:40 +0200
commit61b88ecdd94977b0f33d52314eb5b405c1ffb38a (patch)
treec9baf43852497131f129efbdb4c6cceb0999174a
parent1fe2250569f808bb884f63b021681c7ca4ab8dc6 (diff)
downloadaur-61b88ecdd94977b0f33d52314eb5b405c1ffb38a.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f74fcbfc2bec..da823923edd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 11:01:14 UTC 2021
+# Thu Jul 15 09:19:39 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.25
+ pkgver = 0.27
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.25.tar.gz
- md5sums = 10030fc63de11cf9d9af682c0d81a1da
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.27.tar.gz
+ md5sums = 24e7ebeb77cde2d2c278c164372d279d
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index a61acbd3dbfd..3d4384576429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.25
+pkgver=0.27
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.25.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.27.tar.gz)
noextract=()
-md5sums=(10030fc63de11cf9d9af682c0d81a1da)
+md5sums=(24e7ebeb77cde2d2c278c164372d279d)
build() {
cd $srcdir/$pkgname-$pkgver