summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2021-01-07 12:43:47 +0100
committerMaarten van Gompel2021-01-07 12:43:47 +0100
commitce7873ce6b901d988d7da51b16f0b74eb643629c (patch)
tree4eccfb2926000417167f4fc3f8daaa325dc29ee1 /PKGBUILD
parent9c02c7502f541270357a1205bff849920e1131d1 (diff)
downloadaur-ce7873ce6b901d988d7da51b16f0b74eb643629c.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7d4905e5c5e..a36bf2c7f5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+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')
url="http://proycon.github.io/folia"
@@ -14,8 +14,8 @@ makedepends=('libtool' 'autoconf')
options=(!libtool)
_gituser="LanguageMachines"
_gitname="foliautils"
-source=(https://github.com/LanguageMachines/foliautils/archive/v0.15.tar.gz)
-md5sums=(675ba1c0d793b18615a74cc738a99b22)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.16.tar.gz)
+md5sums=(ca5bc8769b7c2a77505c95663073cd24)
build() {
cd $srcdir/$pkgname-$pkgver