summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2019-10-21 15:35:28 +0200
committerMaarten van Gompel2019-10-21 15:35:28 +0200
commitb491ce13d6b573ff4f9bcec365e417b47a6a726b (patch)
treee35b97b7574940cb620ec0b5e7fcd4d0748cffe9
parenta066bd39c44fe4b35d3fdd68a87fca6b7bc0b8c3 (diff)
downloadaur-b491ce13d6b573ff4f9bcec365e417b47a6a726b.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2573e2377c..2944d60fab34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 30 09:39:32 UTC 2019
+# Mon Oct 21 13:35:27 UTC 2019
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 2.3
+ pkgver = 2.3.1
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.3.tar.gz
- md5sums = 621502d38161650eb2962674f4db0995
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.3.1.tar.gz
+ md5sums = c26e5e6823359a4025bc087253895670
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 2c88c2357a72..1f02d887e8f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=2.3
+pkgver=2.3.1
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.3.tar.gz)
-md5sums=(621502d38161650eb2962674f4db0995)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.3.1.tar.gz)
+md5sums=(c26e5e6823359a4025bc087253895670)
build() {
cd $srcdir/$pkgname-$pkgver