summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2020-09-15 20:59:20 +0200
committerMaarten van Gompel2020-09-15 20:59:20 +0200
commit3c6b29008015f324c77d38a6a545841dc1621f03 (patch)
tree74044a992e25a80323c34e676bc2765b45e2d63a /PKGBUILD
parentb94ad3fb0ab66c7eabe2dc6b7b54e069089ba543 (diff)
downloadaur-3c6b29008015f324c77d38a6a545841dc1621f03.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 dd3cc0300250..57f1736e7d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.14
+pkgver=0.15
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.14.tar.gz)
-md5sums=(5b73695dd5cd739af035780cf2226134)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz)
+md5sums=(675ba1c0d793b18615a74cc738a99b22)
build() {
cd $srcdir/$pkgname-$pkgver