summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2019-05-29 20:03:09 +0200
committerMaarten van Gompel2019-05-29 20:03:09 +0200
commit394b86dd022752cc2c62d528d00d8c09dbc6f069 (patch)
tree72f06cd37911a1b45b6b989c63118d32967ab86a /PKGBUILD
parentb01d1d27a7997af39230d4773526f18c275d694d (diff)
downloadaur-394b86dd022752cc2c62d528d00d8c09dbc6f069.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 040f3b1ab91d..02d876291830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.10
+pkgver=0.12
pkgrel=1
pkgdesc="Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!"
arch=('i686' 'x86_64')
url="http://proycon.github.io/folia"
license=('GPL')
-depends=('ticcutils' 'ucto>=0.9.4' 'libxml2' 'libfolia>=1.5' 'libexttextcat')
+depends=('ticcutils' 'ucto>=0.16' 'libxml2' 'libfolia>=2.0' 'libexttextcat')
provides=('foliautils')
conflicts=('foliatools' 'foliautils')
makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="foliautils"
-source=(https://github.com/LanguageMachines/foliautils/archive/v0.10.tar.gz)
-md5sums=(38a6229c27109449723d448a23fb5345)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.12.tar.gz)
+md5sums=(667fb18c96a01843dfcf5fb0abad5c8f)
build() {
cd $srcdir/$pkgname-$pkgver