summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2018-02-19 16:00:17 +0100
committerMaarten van Gompel2018-02-19 16:00:17 +0100
commit32588095db501f8dcf4ef1a4dc2848e2513ad7e4 (patch)
treea31deab758b066aa1ac0bcd5ffdbf27aeeb801d7 /PKGBUILD
parentec26c49855d63a399cfe47dc8bdd0609cdd9ecad (diff)
downloadaur-32588095db501f8dcf4ef1a4dc2848e2513ad7e4.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6178e67a3d80..298be670c486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.7
+pkgver=0.8
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.7.tar.gz)
-md5sums=(53eb240e0bf943a711465b05343dfc58)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.8.tar.gz)
+md5sums=(27785bb1372748e79ceb1bb071686968)
build() {
cd $srcdir/$pkgname-$pkgver