summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-10-24 13:01:50 +0200
committerMaarten van Gompel2017-10-24 13:01:50 +0200
commitec26c49855d63a399cfe47dc8bdd0609cdd9ecad (patch)
tree30fa9a31a4c50e67092cfb08fafc9a582d9691e1
parent08e786ac167729d1d8dc927e2fe1d1c1677f20df (diff)
downloadaur-ec26c49855d63a399cfe47dc8bdd0609cdd9ecad.tar.gz
Updated to v0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ecfa93964d..7ac4280e9d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 09:59:27 UTC 2017
+# Tue Oct 24 11:01:44 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.6
+ pkgver = 0.7
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.6.tar.gz
- md5sums = 5f587ada27e4c6a271b3346efb50436f
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.7.tar.gz
+ md5sums = 53eb240e0bf943a711465b05343dfc58
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index 28a9c75fb27d..6178e67a3d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.6
+pkgver=0.7
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.6.tar.gz)
-md5sums=(5f587ada27e4c6a271b3346efb50436f)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.7.tar.gz)
+md5sums=(53eb240e0bf943a711465b05343dfc58)
build() {
cd $srcdir/$pkgname-$pkgver