summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2023-03-13 22:47:34 +0100
committerMaarten van Gompel2023-03-13 22:47:34 +0100
commit749836650727c810f09886288ec29bb8705f43af (patch)
tree76cd57aedcfa7d04f1ec66ff2990f475e85b4a3a /PKGBUILD
parent52e7162f4d8bf70da617a04e8edc450cdb7dbfce (diff)
downloadaur-749836650727c810f09886288ec29bb8705f43af.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 2b8b86d0b6f0..76a9501c0880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.19
+pkgver=0.20
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.19.tar.gz)
-md5sums=(f2e9de9930055c85196198ee7391265c)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.20.tar.gz)
+md5sums=(263f7ac62e9d3b52d7e6943efbf665d3)
build() {
cd $srcdir/$pkgname-$pkgver