summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2022-07-22 11:44:05 +0200
committerMaarten van Gompel2022-07-22 11:44:05 +0200
commit153b7c6092503c1f1005ce3a4501586cc728e1fe (patch)
treed6eeb5ad8c0071c56ac77c63cf7d2045735bd94b
parent86612fe965d9d1951407b8aa4e887bcdb1fa5c2d (diff)
downloadaur-153b7c6092503c1f1005ce3a4501586cc728e1fe.tar.gz
updated to 2.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2cc0978bd9..6e280251d73f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 19 23:01:01 UTC 2021
+# Fri Jul 22 09:44:03 UTC 2022
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.10
+ pkgver = 2.11
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.10.tar.gz
- md5sums = 0bd669d6cc2aec91a6e64528546cb135
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.11.tar.gz
+ md5sums = 44950bccaaf966d9a1e4a333d046ce98
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index a331854bcd6b..5772c4ed8036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.10
+pkgver=2.11
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.10.tar.gz)
-md5sums=(0bd669d6cc2aec91a6e64528546cb135)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.11.tar.gz)
+md5sums=(44950bccaaf966d9a1e4a333d046ce98)
build() {
cd $srcdir/$pkgname-$pkgver