summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2021-07-15 11:20:47 +0200
committerMaarten van Gompel2021-07-15 11:20:47 +0200
commita4316664068acd3003db4d18cc2e01818c83ca0e (patch)
tree34d3d93b09869672866cb2a3efbacceb4e693ff1 /PKGBUILD
parentce7873ce6b901d988d7da51b16f0b74eb643629c (diff)
downloadaur-a4316664068acd3003db4d18cc2e01818c83ca0e.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a36bf2c7f5d6..5a34a86c10aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.16
+pkgver=0.17
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.16.tar.gz)
-md5sums=(ca5bc8769b7c2a77505c95663073cd24)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.17.tar.gz)
+md5sums=(f30693e86a9bf6d17d0a42dc2b661458)
build() {
cd $srcdir/$pkgname-$pkgver