summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-05-08 12:51:06 +0200
committerMaarten van Gompel2023-05-08 12:51:06 +0200
commit02205e616e1752871d5f7a0e415ff21bac077b81 (patch)
tree060d90b05a03b77d3907d4d52b682027b2ec07a8
parent2815d2820b4c8197d8e240fec85575c565c92f21 (diff)
downloadaur-02205e616e1752871d5f7a0e415ff21bac077b81.tar.gz
update to 2.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00df37db8a8a..4c08a4e01289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 21 08:59:39 UTC 2023
+# Mon May 8 10:51:05 UTC 2023
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.14
+ pkgver = 2.15
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.14.tar.gz
- md5sums = e6f5cd8180471157dfe13df1d101039a
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.15.tar.gz
+ md5sums = bb09923e142941b6a6d02b1ed6092608
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index a398bf89cc36..6c8fe16bf4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.14
+pkgver=2.15
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.14.tar.gz)
-md5sums=(e6f5cd8180471157dfe13df1d101039a)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.15.tar.gz)
+md5sums=(bb09923e142941b6a6d02b1ed6092608)
build() {
cd $srcdir/$pkgname-$pkgver