summarylogtreecommitdiffstats
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
parent615e19d87d26a37095809cf0f1edb5ccc6a70dd7 (diff)
downloadaur-52e7162f4d8bf70da617a04e8edc450cdb7dbfce.tar.gz
updated to v0.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 910d4b8a0f8a..a24f892723f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 12:09:15 UTC 2023
+# Tue Feb 21 10:51:06 UTC 2023
pkgbase = foliautils
pkgdesc = Tools for working with the FoLiA format, based on libfolia. *NOT* the same as Python package FoLiA-tools!
- pkgver = 0.18
+ pkgver = 0.19
pkgrel = 1
url = http://proycon.github.io/folia
arch = i686
@@ -19,8 +19,8 @@ pkgbase = foliautils
conflicts = foliatools
conflicts = foliautils
options = !libtool
- 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
pkgname = foliautils
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