summarylogtreecommitdiffstats
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
parentb01d1d27a7997af39230d4773526f18c275d694d (diff)
downloadaur-394b86dd022752cc2c62d528d00d8c09dbc6f069.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a34cdc0d67..fce275322ac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 7 17:39:30 UTC 2018
+# Wed May 29 18:02:51 UTC 2019
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.10
+ pkgver = 0.12
pkgrel = 1
url = http://proycon.github.io/folia
arch = i686
@@ -19,8 +19,8 @@ pkgbase = foliautils
conflicts = foliatools
conflicts = foliautils
options = !libtool
- 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
pkgname = foliautils
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