summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-02-21 09:59:41 +0100
committerMaarten van Gompel2023-02-21 09:59:41 +0100
commit2815d2820b4c8197d8e240fec85575c565c92f21 (patch)
tree99360d4ac57210ad5872ae93b6be920647bf0d52
parent8a3ef9fc7322591512c585849d10685e80bbbc31 (diff)
downloadaur-2815d2820b4c8197d8e240fec85575c565c92f21.tar.gz
update to 2.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80ef40c405b..00df37db8a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 11:07:07 UTC 2023
+# Tue Feb 21 08:59:39 UTC 2023
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.12
+ pkgver = 2.14
pkgrel = 1
url = https://proycon.github.io/folia
arch = i686
@@ -15,8 +15,8 @@ pkgbase = libfolia
depends = icu
depends = libxml2
options = !libtool
- source = https://github.com/LanguageMachines/libfolia/archive/v2.12.tar.gz
- md5sums = 0e7e6171ebb845d353716614d86301e9
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.14.tar.gz
+ md5sums = e6f5cd8180471157dfe13df1d101039a
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index adc4f3160864..a398bf89cc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.12
+pkgver=2.14
pkgrel=1
pkgdesc="C++ library for FoLiA (Format for Linguistic Annotation)"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ options=(!libtool)
url="https://proycon.github.io/folia"
_gituser="LanguageMachines"
_gitname="libfolia"
-source=(https://github.com/LanguageMachines/libfolia/archive/v2.12.tar.gz)
-md5sums=(0e7e6171ebb845d353716614d86301e9)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.14.tar.gz)
+md5sums=(e6f5cd8180471157dfe13df1d101039a)
build() {
cd $srcdir/$pkgname-$pkgver