summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2017-04-04 11:59:29 +0200
committerMaarten van Gompel2017-04-04 11:59:29 +0200
commit08e786ac167729d1d8dc927e2fe1d1c1677f20df (patch)
treeb1469cf5796145c33a2275a373c604ea687f30ce /PKGBUILD
parentca18330fc671a80a69ee48e13684cd7f92e7afa9 (diff)
downloadaur-08e786ac167729d1d8dc927e2fe1d1c1677f20df.tar.gz
update to v0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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