summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2021-12-20 00:01:35 +0100
committerMaarten van Gompel2021-12-20 00:01:35 +0100
commit86612fe965d9d1951407b8aa4e887bcdb1fa5c2d (patch)
tree2317785b03d0bb8b901f16a96df56d39640a069f
parent519d80feb371398d4175e9f25ff5cba65cf988c5 (diff)
downloadaur-86612fe965d9d1951407b8aa4e887bcdb1fa5c2d.tar.gz
update to 2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b387401982a..8f2cc0978bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 15 09:20:11 UTC 2021
+# Sun Dec 19 23:01:01 UTC 2021
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.9
+ pkgver = 2.10
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.9.tar.gz
- md5sums = a1809ae0c5c152a403befb352da553ba
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.10.tar.gz
+ md5sums = 0bd669d6cc2aec91a6e64528546cb135
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 9dbc0a20514d..a331854bcd6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.9
+pkgver=2.10
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.9.tar.gz)
-md5sums=(a1809ae0c5c152a403befb352da553ba)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.10.tar.gz)
+md5sums=(0bd669d6cc2aec91a6e64528546cb135)
build() {
cd $srcdir/$pkgname-$pkgver