summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-12-04 15:41:02 +0100
committerMaarten van Gompel2017-12-04 15:41:02 +0100
commit1740a1ff9e5ecbeafea203447b4df948090d0fbf (patch)
treeb78af87be09b6c28b4cade5da165d69dfbd10b0e
parentcf320c7bb2d92f44ccb2dc9f8354c54f90b90894 (diff)
downloadaur-1740a1ff9e5ecbeafea203447b4df948090d0fbf.tar.gz
update to 1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66db21dadbda..28048289ee30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 10:13:13 UTC 2017
+# Mon Dec 4 14:40:59 UTC 2017
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 1.10.1
+ pkgver = 1.11
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.1.tar.gz
- md5sums = c25e2dd884fa6240826e83eb7c9872e2
+ source = https://github.com/LanguageMachines/libfolia/archive/v1.11.tar.gz
+ md5sums = ddece4cd49d8f8bd7ee583c166a0e034
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 1a11a97f2495..792343559cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=1.10.1
+pkgver=1.11
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.1.tar.gz)
-md5sums=(c25e2dd884fa6240826e83eb7c9872e2)
+source=(https://github.com/LanguageMachines/libfolia/archive/v1.11.tar.gz)
+md5sums=(ddece4cd49d8f8bd7ee583c166a0e034)
build() {
cd $srcdir/$pkgname-$pkgver