summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-10-31 11:58:00 +0100
committerMaarten van Gompel2023-10-31 11:58:00 +0100
commit568548f9f687149c6359ca23ffdbdcfe905a8adc (patch)
tree3e940919ec32e641df717db47eaea24b34c74401
parentf3436d83a444e3caa2bff703c1838944e8916a28 (diff)
downloadaur-ticcutils.tar.gz
upgrade to 0.34
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44debc980d55..1214337d6427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.32
+ pkgver = 0.34
pkgrel = 1
url = https://github.com/LanguageMachines/ticcutils
arch = i686
@@ -16,8 +14,7 @@ pkgbase = ticcutils
depends = bzip2
depends = libtar
options = !libtool
- source = https://github.com/LanguageMachines/ticcutils/archive/v0.32.tar.gz
- md5sums = d74991455500be14dfa4a444a1dcb17f
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.34.tar.gz
+ md5sums = 5d776421164c11df8b97e63598af8356
pkgname = ticcutils
-
diff --git a/PKGBUILD b/PKGBUILD
index c8ee4b2fdfde..f9259f404ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.32
+pkgver=0.34
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.32.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.34.tar.gz)
noextract=()
-md5sums=(d74991455500be14dfa4a444a1dcb17f)
+md5sums=(5d776421164c11df8b97e63598af8356)
build() {
cd $srcdir/$pkgname-$pkgver