summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2019-05-29 19:57:49 +0200
committerMaarten van Gompel2019-05-29 19:57:49 +0200
commite7fc7ecd808e3483cdeb6e2a8d2bb8edb64d4296 (patch)
treeccc9696a06170745e0f4518773125dfaa8e9ffce
parentb031c725e1d73f158941f234c1296c9e1cf04d4b (diff)
downloadaur-e7fc7ecd808e3483cdeb6e2a8d2bb8edb64d4296.tar.gz
updated to v2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c9d026f0d2..557e30305107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 7 17:35:20 UTC 2018
+# Wed May 29 17:57:27 UTC 2019
pkgbase = libfolia
pkgdesc = C++ library for FoLiA (Format for Linguistic Annotation)
- pkgver = 1.15
+ pkgver = 2.0
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.15.tar.gz
- md5sums = b3aa28bb01d2df5618396d21a0e08841
+ source = https://github.com/LanguageMachines/libfolia/archive/v2.0.tar.gz
+ md5sums = 7ae407c57b2ad75235b375899e609c37
pkgname = libfolia
diff --git a/PKGBUILD b/PKGBUILD
index 14103f59b3e8..8d89a5e67a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten van Gompel <proycon at anaproy dot nl>
pkgname=libfolia
-pkgver=1.15
+pkgver=2.0
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.15.tar.gz)
-md5sums=(b3aa28bb01d2df5618396d21a0e08841)
+source=(https://github.com/LanguageMachines/libfolia/archive/v2.0.tar.gz)
+md5sums=(7ae407c57b2ad75235b375899e609c37)
build() {
cd $srcdir/$pkgname-$pkgver