summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-04-15 13:19:46 +0200
committerMaarten van Gompel2020-04-15 13:19:46 +0200
commitc1149d2ff1ddb2c9a258853d57b58479df6368ad (patch)
tree9056650448eaa95e557778ee362ca427acfb99aa
parenta6377a253030fc7611611e2848e9ba34f3fc2784 (diff)
downloadaur-c1149d2ff1ddb2c9a258853d57b58479df6368ad.tar.gz
updated to 0.24
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835ef34ac515..68997da46a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 21 12:58:59 UTC 2019
+# Wed Apr 15 11:19:44 UTC 2020
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.23
+ pkgver = 0.24
pkgrel = 1
url = https://github.com/LanguageMachines/ticcutils
arch = i686
@@ -15,10 +15,9 @@ pkgbase = ticcutils
depends = libxml2
depends = bzip2
depends = libtar
- depends = boost
options = !libtool
- source = https://github.com/LanguageMachines/ticcutils/archive/v0.23.tar.gz
- md5sums = 0c9dd623bad6731ac3f08a4575e8eb45
+ source = https://github.com/LanguageMachines/ticcutils/archive/v0.24.tar.gz
+ md5sums = 0950318e97d632df8664e54b96b6d50a
pkgname = ticcutils
diff --git a/PKGBUILD b/PKGBUILD
index 8894bf58673e..b3f4a8c018a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=ticcutils
-pkgver=0.23
+pkgver=0.24
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')
url="https://github.com/LanguageMachines/ticcutils"
license=('GPL')
-depends=('gcc-libs' 'libxml2' 'bzip2' 'libtar' 'boost')
+depends=('gcc-libs' 'libxml2' 'bzip2' 'libtar')
makedepends=('libtool' 'autoconf' 'autoconf-archive')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="ticcutils"
-source=(https://github.com/LanguageMachines/ticcutils/archive/v0.23.tar.gz)
+source=(https://github.com/LanguageMachines/ticcutils/archive/v0.24.tar.gz)
noextract=()
-md5sums=(0c9dd623bad6731ac3f08a4575e8eb45)
+md5sums=(0950318e97d632df8664e54b96b6d50a)
build() {
cd $srcdir/$pkgname-$pkgver