summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2020-09-02 17:14:26 +0200
committerMaarten van Gompel2020-09-02 17:14:26 +0200
commit95fc7db9ed8c7b9740fb5e418acce7d4e6a4f80f (patch)
tree90a50cba67e096efd94ab1a5e9db028bdf2fa2c1
parent6f954f6f36e473b37f253636868f70e09710e499 (diff)
downloadaur-95fc7db9ed8c7b9740fb5e418acce7d4e6a4f80f.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2720f09943fa..93d2a4b47c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 15 11:20:43 UTC 2020
+# Wed Sep 2 15:14:24 UTC 2020
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.4
+ pkgver = 2.5
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.4.tar.gz
- md5sums = 9458f998ed65f70bb65b62e7ea0e15eb
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.5.tar.gz
+ md5sums = 14e5944b8a83e41f2ab5c5ba8a931ae0
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 45a8198dda51..dd4a78e0f690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.4
+pkgver=2.5
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.4.tar.gz)
-md5sums=(9458f998ed65f70bb65b62e7ea0e15eb)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.5.tar.gz)
+md5sums=(14e5944b8a83e41f2ab5c5ba8a931ae0)
build() {
cd $srcdir/$pkgname-$pkgver