summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2023-01-03 13:09:49 +0100
committerMaarten van Gompel2023-01-03 13:09:49 +0100
commit615e19d87d26a37095809cf0f1edb5ccc6a70dd7 (patch)
tree9d0288c8c3e8c25729dbf3eac3561d85daea82b5 /PKGBUILD
parenta4316664068acd3003db4d18cc2e01818c83ca0e (diff)
downloadaur-615e19d87d26a37095809cf0f1edb5ccc6a70dd7.tar.gz
updated to 0.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a34a86c10aa..25c99ea1c34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.17
+pkgver=0.18
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.17.tar.gz)
-md5sums=(f30693e86a9bf6d17d0a42dc2b661458)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.18.tar.gz)
+md5sums=(6188963f46c83a2dfb64f3fc6ebf34d2)
build() {
cd $srcdir/$pkgname-$pkgver