summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-10-19 11:13:06 +0200
committerMaarten van Gompel2017-10-19 11:13:06 +0200
commite3ef31748962d89fc18bf3d85507849c4271505d (patch)
tree39fc31cd045ed6319f0ac7ed0df2d3b60099e24d
parent6a928e1a532ff71e89b2226d076cdd498ebdaa1f (diff)
downloadaur-e3ef31748962d89fc18bf3d85507849c4271505d.tar.gz
libfolia v1.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5a2fdbe384..29195a6f2b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 30 15:00:13 UTC 2017
+# Thu Oct 19 09:13:02 UTC 2017
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 1.9
+ pkgver = 1.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/v1.9.tar.gz
- md5sums = 362cfc30d963cd1db9b25c3d9e4e58fa
+ source = https://github.com/LanguageMachines/libfolia/archive/v1.10.tar.gz
+ md5sums = 462e281eeb472edeba95622fdf76729f
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 95207c6dbf17..5d169ee246a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=1.9
+pkgver=1.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/v1.9.tar.gz)
-md5sums=(362cfc30d963cd1db9b25c3d9e4e58fa)
+source=(https://github.com/LanguageMachines/libfolia/archive/v1.10.tar.gz)
+md5sums=(462e281eeb472edeba95622fdf76729f)
build() {
cd $srcdir/$pkgname-$pkgver