summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-01-03 12:22:30 +0100
committerMaarten van Gompel2023-01-03 12:22:30 +0100
commit8a3ef9fc7322591512c585849d10685e80bbbc31 (patch)
tree47d5eabef2129b99ed7b8cd1708c936ca2589955
parent153b7c6092503c1f1005ce3a4501586cc728e1fe (diff)
downloadaur-8a3ef9fc7322591512c585849d10685e80bbbc31.tar.gz
updated to 2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e280251d73f..e80ef40c405b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 22 09:44:03 UTC 2022
+# Tue Jan 3 11:07:07 UTC 2023
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.11
+ pkgver = 2.12
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.11.tar.gz
- md5sums = 44950bccaaf966d9a1e4a333d046ce98
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.12.tar.gz
+ md5sums = 0e7e6171ebb845d353716614d86301e9
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 5772c4ed8036..adc4f3160864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.11
+pkgver=2.12
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.11.tar.gz)
-md5sums=(44950bccaaf966d9a1e4a333d046ce98)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.12.tar.gz)
+md5sums=(0e7e6171ebb845d353716614d86301e9)
build() {
cd $srcdir/$pkgname-$pkgver