summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2023-10-31 11:58:59 +0100
committerMaarten van Gompel2023-10-31 11:58:59 +0100
commit61efec29c443cab7b025a1677ddf64f51e21e4de (patch)
treee427e31d2b2e7950b1830a8d43280895b9173970
parent02205e616e1752871d5f7a0e415ff21bac077b81 (diff)
downloadaur-libfolia.tar.gz
upgrade to 2.17
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c08a4e01289..df9b9fbd71e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon May 8 10:51:05 UTC 2023
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.15
+ pkgver = 2.17
pkgrel = 1
url = https://proycon.github.io/folia
arch = i686
@@ -15,8 +13,7 @@ pkgbase = libfolia
depends = icu
depends = libxml2
options = !libtool
- source = https://github.com/LanguageMachines/libfolia/archive/v2.15.tar.gz
- md5sums = bb09923e142941b6a6d02b1ed6092608
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.17.tar.gz
+ md5sums = 1cb7cdd02b384ef2b16945cb52a9f748
pkgname = libfolia
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c8fe16bf4d7..22104f92e814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.15
+pkgver=2.17
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.15.tar.gz)
-md5sums=(bb09923e142941b6a6d02b1ed6092608)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.17.tar.gz)
+md5sums=(1cb7cdd02b384ef2b16945cb52a9f748)
build() {
cd $srcdir/$pkgname-$pkgver