summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2018-12-07 18:39:31 +0100
committerMaarten van Gompel2018-12-07 18:39:31 +0100
commitb01d1d27a7997af39230d4773526f18c275d694d (patch)
tree3616f538e864d0e9a4902de61889d7f114864c5d /PKGBUILD
parent1041f8de199d11232581b1f9f53b3fcd454c1e03 (diff)
downloadaur-b01d1d27a7997af39230d4773526f18c275d694d.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 c0300a67fd89..040f3b1ab91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.9
+pkgver=0.10
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.9.tar.gz)
-md5sums=(fa623f74216a1c73e73c6c386b8247fa)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.10.tar.gz)
+md5sums=(38a6229c27109449723d448a23fb5345)
build() {
cd $srcdir/$pkgname-$pkgver