summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-11-07 11:13:39 +0100
committerMaarten van Gompel2017-11-07 11:13:39 +0100
commitcf320c7bb2d92f44ccb2dc9f8354c54f90b90894 (patch)
tree6e74c24dd1a8de9a3dea1f5e12b5f94825996b43
parente3ef31748962d89fc18bf3d85507849c4271505d (diff)
downloadaur-cf320c7bb2d92f44ccb2dc9f8354c54f90b90894.tar.gz
updated to v1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29195a6f2b5e..66db21dadbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 09:13:02 UTC 2017
+# Tue Nov 7 10:13:13 UTC 2017
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 1.10
+ pkgver = 1.10.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/v1.10.tar.gz
- md5sums = 462e281eeb472edeba95622fdf76729f
+ source = https://github.com/LanguageMachines/libfolia/archive/v1.10.1.tar.gz
+ md5sums = c25e2dd884fa6240826e83eb7c9872e2
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 5d169ee246a6..1a11a97f2495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=1.10
+pkgver=1.10.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/v1.10.tar.gz)
-md5sums=(462e281eeb472edeba95622fdf76729f)
+source=(https://github.com/LanguageMachines/libfolia/archive/v1.10.1.tar.gz)
+md5sums=(c25e2dd884fa6240826e83eb7c9872e2)
build() {
cd $srcdir/$pkgname-$pkgver