summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-01-03 13:09:49 +0100
committerMaarten van Gompel2023-01-03 13:09:49 +0100
commit615e19d87d26a37095809cf0f1edb5ccc6a70dd7 (patch)
tree9d0288c8c3e8c25729dbf3eac3561d85daea82b5
parenta4316664068acd3003db4d18cc2e01818c83ca0e (diff)
downloadaur-615e19d87d26a37095809cf0f1edb5ccc6a70dd7.tar.gz
updated to 0.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b9a2f5f8b2..910d4b8a0f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 15 09:20:46 UTC 2021
+# Tue Jan 3 12:09:15 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.17
+ pkgver = 0.18
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.17.tar.gz
- md5sums = f30693e86a9bf6d17d0a42dc2b661458
+ source = https://github.com/LanguageMachines/foliautils/archive/v0.18.tar.gz
+ md5sums = 6188963f46c83a2dfb64f3fc6ebf34d2
pkgname = foliautils
diff --git a/PKGBUILD b/PKGBUILD
index 5a34a86c10aa..25c99ea1c34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maarten van Gompel <proycon at anaproy.nl>
pkgname=foliautils
-pkgver=0.17
+pkgver=0.18
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.17.tar.gz)
-md5sums=(f30693e86a9bf6d17d0a42dc2b661458)
+source=(https://github.com/LanguageMachines/foliautils/archive/v0.18.tar.gz)
+md5sums=(6188963f46c83a2dfb64f3fc6ebf34d2)
build() {
cd $srcdir/$pkgname-$pkgver