summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbc98fa3223..56ecfa93964d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 09:41:34 UTC 2017
+# Tue Apr 4 09:59:27 UTC 2017
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.5
+ pkgver = 0.6
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.5.tar.gz
- md5sums = 0c2f1e76e3b6ab2029c68e0ba8db4c29
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.6.tar.gz
+ md5sums = 5f587ada27e4c6a271b3346efb50436f
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index 9c5bd3708493..28a9c75fb27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.5
+pkgver=0.6
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')
@@ -14,8 +14,8 @@ makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="foliautils"
-source=(https://github.com/LanguageMachines/foliautils/archive/v0.5.tar.gz)
-md5sums=(0c2f1e76e3b6ab2029c68e0ba8db4c29)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.6.tar.gz)
+md5sums=(5f587ada27e4c6a271b3346efb50436f)
build() {
cd $srcdir/$pkgname-$pkgver