summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent08e786ac167729d1d8dc927e2fe1d1c1677f20df (diff)
downloadaur-ec26c49855d63a399cfe47dc8bdd0609cdd9ecad.tar.gz
Updated to v0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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