summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2023-02-21 11:51:07 +0100
committerMaarten van Gompel2023-02-21 11:51:07 +0100
commit52e7162f4d8bf70da617a04e8edc450cdb7dbfce (patch)
treee5f67ccde91af95630231003c819b1a7139c2d3e /PKGBUILD
parent615e19d87d26a37095809cf0f1edb5ccc6a70dd7 (diff)
downloadaur-52e7162f4d8bf70da617a04e8edc450cdb7dbfce.tar.gz
updated to v0.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25c99ea1c34b..2b8b86d0b6f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.18
+pkgver=0.19
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.18.tar.gz)
-md5sums=(6188963f46c83a2dfb64f3fc6ebf34d2)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.19.tar.gz)
+md5sums=(f2e9de9930055c85196198ee7391265c)
build() {
cd $srcdir/$pkgname-$pkgver